THPDFPage.AddStampAnnotation

THPDFPage

 

Øverst  Forrige  Næste
Placeholder for topic body

Tilføjer ny Stamp-annotation på den aktuelle side

 

type

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

satNotForPublicRelease, satConfidential, satFinal, satSold, satDepartmental,

satForComment, satTopSecret, satDraft, satForPublicRelease);

 

Delphi-syntaks:

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

 

C++-syntaks:

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

 

Beskrivelse

Brug AddStampAnnotation til at tilføje en ny Stamp-annotation på den aktuelle side med angivet tekstmeddelelse (Contents), rektangelområde (Rectangle), type (StampType) og farve

 

Value                          Meaning


satApproved                         Approved-stempel

satExperimental                    Experimental-stempel

satNotApproved                    NotApproved-stempel

satAsIs                                AsIs-stempel

satExpired                            Expired stamp

satNotForPublicRelease         NotForPublicRelease-stempel

satConfidential                     Confidential stamp

satFinal                                Final-stempel

satSold                                Sold-stempel

satDepartmental                   Departmental  stamp

satForComment                    ForComment-stempel

satTopSecret                        TopSecret-stempel

satDraft                                Draft-stempel

satForPublicRelease               ForPublicRelease-stempel

 

Stamp annotation preview