THotPDF.AddLoadedPolylineAnnotation

THotPDF

 

Top  Previous  Next

Adds a loaded polyline annotation to the specified page

 

Delphi syntax:

procedure AddLoadedPolylineAnnotation( PageIndex: Integer; X1, Y1, X2, Y2: Single; const AContents: AnsiString; const AVertices: array of Single );

 

Description

Adds a loaded polyline annotation to the specified page

Provide vertex coordinates in the vertices array in order

Useful for custom drawing markups

 

See also: THotPDF