THPDFPage.AddStampAnnotation

THPDFPage

 

Κορυφή  Προηγούμενο  Επόμενο

Adds new Stamp annotation on the current page.

 

type

     THPDFStampAnnotationType = (satApproved, satExperimental, satNotApproved, satAsIs, satExpired,

                                                         satNotForPublicRelease, satConfidential, satFinal, satSold, satDepartmental,

                                                         satForComment, satTopSecret, satDraft, satForPublicRelease);

 

Delphi syntax:

procedure AddStampAnnotation ( Contents: AnsiString; Rectangle: TRect; StampType: THPDFStampAnnotationType; Color: TColor = clRed );

 

C++ syntax:

void __fastcall AddStampAnnotation ( AnsiString Contents, Windows::TRect &Rectangle, THPDFStampAnnotationType StampType, Graphics::TColor Color);

 

Περιγραφή

Χρησιμοποιήστε το AddStampAnnotation για να προσθέσετε νέο Stamp annotation με καθορισμένο text message (Contents), rectangle area (Rectangle), type (StampType) και color στην τρέχουσα σελίδα

 

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                        ΚορυφήSecret stamp

satDraft                                Draft stamp

satForPublicRelease               ForPublicRelease stamp

 

Stamp annotation preview