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 구문:

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

 

C++ 구문:

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

 

설명

현재 page에 text message(목차), rectangle area(Rectangle), type(StampType), color로 지정된 새 Stamp annotation을 추가하려면 AddStampAnnotation을 사용하십시오

 

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                        TopSecret stamp

satDraft                                Draft stamp

satForPublicRelease               ForPublicRelease stamp

 

Stamp annotation preview