THPDFPage.AddFreeTextAnnotation

THPDFPage

 

Topo  Anterior  Próximo

Adds new FreeText annotation na página atual.

 

type

  THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );

 

Sintaxe Delphi:

procedure AddFreeTextAnnotation ( Conteúdo: AnsiString; Rectangle: TRect; Quadding: THPDFFreeTextAnnotationJust; Color: TColor = clRed );

 

Sintaxe C++:

void __fastcall AddFreeTextAnnotation ( AnsiString Conteúdo, Windows::TRect &Rectangle, THPDFFreeTextAnnotationJust Quadding, Graphics::TColor Color );

 

Descrição

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

 

Valor                Significado


ftLeftJust                    Justificação à esquerda.

ftCenter                Justificação central.

ftRightJust                Justificação à direita.

 

 

Free text annotation preview