eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtExPDFEng Namespace » TgtPDFPolylineAnnot Class

Gnostice eDocEngine VCL Developer Guide
TgtPDFPolylineAnnot Class

This class represents a polyline annotation.

Pascal
public TgtPDFPolylineAnnot = class(TgtPDFAnnot);
C++
public: class TgtPDFPolylineAnnot : public TgtPDFAnnot;
Description

Unlike a polygon, a polyline is not expected to be a closed figure.

gtExPDFEng

Properties
TgtPDFPolylineAnnot Class
 
Name 
Description 
 
Specifies border color of the annotation. 
 
Specifies border pattern of the annotation. 
 
Specifies style of the annotation border. 
 
Specifies width of the border. 
 
Specifies the intensity of the "cloudy" effect on the browser. 
 
Specifies whether the border of the annotation should have a cloudy effect
 
Specifies text that needs to be used as the contents of the annotation's popup window. 
 
Specifies style of the line ending point. 
 
Specifies color with which the line endings are filled. 
 
Rect 
Specifies the location of the annotation on its page. 
 
Specifies starting point of the line. 
 
Specifies text that needs to be used as the subject in the annotation's popup window. 
 
Specifies text that needs to be used as the title in the annotation's popup window. 
Methods
TgtPDFPolylineAnnot Class
 
Name 
Description 
 
Creates a new instance of this class. 
 
Destroys this instance. 
 
Sets specified vertices for the polygon.