THotPDF.AddLoadedCircleAnnotation

THotPDF

 

Top  Previous  Next

Adds a circle (ellipse) markup annotation to the specified loaded page using explicit bounding box coordinates

 

Delphi syntax:

procedure AddLoadedCircleAnnotation( PageIndex: Integer; X1, Y1, X2, Y2: Single; const AContents: AnsiString );

 

Description

Adds a circle (ellipse) markup annotation to the specified loaded page using explicit bounding box coordinates

Coordinates X1, Y1, X2, and Y2 are specified in PDF user space points

The annotation description content can be queried by PDF readers

 

See also: THotPDF