|
THPDFPage.AddStampAnnotation
|
Inizio Precedente Successivo |
|
Adds new Stamp annotation on the current page.
type THPDFStampAnnotationType = (satApproved, satExperimental, satNotApproved, satAsIs, satExpired, satNotForPublicRelease, satConfidential, satFinal, satSold, satDepartmental, satForComment, satInizioSecret, satDraft, satForPublicRelease);
Sintassi Delphi: procedure AddStampAnnotation ( Contenuti: AnsiString; Rectangle: TRect; StampType: THPDFStampAnnotationType; Color: TColor = clRed );
Sintassi C++: void __fastcall AddStampAnnotation ( AnsiString Contenuti, Windows::TRect &Rectangle, THPDFStampAnnotationType StampType, Graphics::TColor Color);
Descrizione Usare
Significato del valore 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 satInizioSecret InizioSecret stamp satDraft Draft stamp satForPublicRelease ForPublicRelease stamp
|