|
THPDFPage.AddStampAnnotation
|
Arriba Anterior Siguiente |
|
Adds new Stamp annotation on the current page.
type THPDFStampAnnotationType = (satApproved, satExperimental, satNotApproved, satAsIs, satExpired, satNotForPublicRelease, satConfidential, satFinal, satSold, satDepartmental, satForComment, satTopSecret, satDraft, satForPublicRelease);
Sintaxis Delphi: procedure AddStampAnnotation ( Contenido: AnsiString; Rectangle: TRect; StampType: THPDFStampAnnotationType; Color: TColor = clRed );
Sintaxis C++: void __fastcall AddStampAnnotation ( AnsiString Contenido, Windows::TRect &Rectangle, THPDFStampAnnotationType StampType, Graphics::TColor Color);
Descripción Utilice AddStampAnnotation para agregar una nueva anotación Stamp con mensaje de texto especificado ( Contenido), área rectangular (Rectangle), tipo (StampType) y color en la página actual
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 ArribaSecret stamp satDraft Draft stamp satForPublicRelease ForPublicRelease stamp
|