THPDFPage.AddStampAnnotation

THPDFPage

 

Topo  Anterior  Próximo

Adds new Stamp anotação na página atual.

 

type

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

                                                         satNotForPublicRelease, satConfidential, satFinal, satSold, satDepartmental,

                                                         satForComment, satTopSecret, satDraft, satForPublicRelease);

 

Sintaxe Delphi:

procedure AddStampAnnotation ( Conteúdo: AnsiString; Rectangle: TRect; StampType: THPDFStampAnnotationType; Color: TColor = clRed );

 

Sintaxe C++:

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

 

Descrição

Utilize AddStampAnnotation para adicionar à página atual uma nova anotação Stamp com a mensagem de texto especificada (Conteúdo), área de retângulo (Rectangle), tipo (StampType) e cor

 

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

satDraft                                Draft stamp

satForPublicRelease               ForPublicRelease stamp

 

Stamp annotation preview