|
THPDFPage.AddStampAnnotation
|
Haut Précédent Suivant |
|
Adds new Stamp annotation on the current page.
type THPDFStampAnnotationType = (satApproved, satExperimental, satNotApproved, satAsIs, satExpired, satNotForPublicRelease, satConfidential, satFinal, satSold, satDepartmental, satForComment, satTopSecret, satDraft, satForPublicRelease);
Syntaxe Delphi : procedure AddStampAnnotation ( Contents: AnsiString; Rectangle: TRect; StampType: THPDFStampAnnotationType; Color: TColor = clRed );
Syntaxe C++ : void __fastcall AddStampAnnotation ( AnsiString Contents, Windows::TRect &Rectangle, THPDFStampAnnotationType StampType, Graphics::TColor Color);
Description Utilisez AddStampAnnotation pour ajouter une nouvelle annotation Stamp avec le message texte spécifié ( Contents), la zone rectangulaire ( Rectangle ), le type ( StampType ) et la couleur sur la page courante
Value Meaning satApproved Approved stamp satExperimental Experimental stamp satNotApproved NotApproved stamp satAsIs AsIs stamp satExpired Expired stamp satNotForPublicRelease NotForPublicRelease stamp satConfidential Confidential stamp satFinal Final stamp satSold Sold stamp satDepartmental Departmental stamp satForComment ForComment stamp satTopSecret HautSecret stamp satDraft Draft stamp satForPublicRelease ForPublicRelease stamp
|