THPDFPage.AddCircleSquareAnnotation

THPDFPage

Ylös Edellinen Seuraava

Lisää uuden ympyrä/neliömerkinnän (CircleSquare) nykyiselle sivulle

type

THPDFCSAnnotationType = (csCircle, csSquare);

Delphi syntax:

procedure AddCircleSquareAnnotation ( Contents: AnsiString; Rectangle: TRect; CSType: THPDFCSAnnotationType; Color: TColor = clRed );

C++ syntax:

void __fastcall AddCircleSquareAnnotation(AnsiString Contents, Windows::TRect &Rectangle, THPDFCSAnnotationType CSType, Graphics::TColor Color);

Kuvaus

Käytä metodia AddCircleSquareAnnotation lisätäksesi uuden CircleSquare-merkinnän määritetyllä tekstiviestillä ( Sisältö), suorakulmioalueella ( Rectangle ), tyypillä ( CSType ) ja värillä nykyiselle sivulle

Value Meaning


csCircle Merkintä on ympyrä

csSquare Merkintä on neliö

 

Circle and square annotation preview