THPDFPage.AddFreeTextAnnotation

THPDFPage

 

Øverst  Forrige  Næste
Placeholder for topic body

Tilføjer ny FreeText annotation på den aktuelle side

 

type

  THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );

 

Delphi-syntaks:

procedure AddFreeTextAnnotation ( Contents: AnsiString; Rectangle: TRect; Quadding: THPDFFreeTextAnnotationJust; Color: TColor = clRed );

 

C++-syntaks:

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

 

Beskrivelse

Brug AddFreeTextAnnotation til at tilføje en ny FreeText-annotation på den aktuelle side med angivet tekstmeddelelse (Contents), rektangelområde (Rectangle), justering (Quadding) og farve

 

Værdi                Betydning


ftLeftJust         Venstrejustering

ftCenter                Centreret justering

ftRightJust                Højrejustering

 

 

Free text annotation preview