|
THPDFPage.AddStampAnnotation
|
Boven Vorige Volgende |
|
Voegt op de huidige pagina een nieuwe Stamp-annotatie toe
type THPDFStampAnnotationType = (satApproved, satExperimental, satNotApproved, satAsIs, satExpired, satNotForPublicRelease, satConfidential, satFinal, satSold, satDepartmental, satForComment, satTopSecret, satDraft, satForPublicRelease);
Delphi-syntaxis: procedure AddStampAnnotation ( Contents: AnsiString; Rectangle: TRect; StampType: THPDFStampAnnotationType; Color: TColor = clRed );
C++-syntaxis: void __fastcall AddStampAnnotation ( AnsiString Contents, Windows::TRect &Rectangle, THPDFStampAnnotationType StampType, Graphics::TColor Color);
Beschrijving Gebruik AddStampAnnotation om op de huidige pagina een nieuwe Stamp-annotatie toe te voegen met de opgegeven tekst ( Contents), rechthoek (Rectangle), type (StampType) en kleur
Waarde Betekenis satApproved Goedkeuringsstempel satExperimental Experimenteel stempel satNotApproved Niet-goedgekeurde stempel satAsIs Ongewijzigde stempel satExpired Verlopen stempel satNotForPublicRelease Niet voor openbare vrijgave satConfidential Vertrouwelijk stempel satFinal Eindstempel satSold Verkochte stempel satDepartmental Afdelingsstempel satForComment Stempel voor commentaar satTopSecret Bovengeheime stempel satDraft Conceptstempel satForPublicRelease Stempel voor openbare vrijgave
|