CreatePolygonAnnotation

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET Professional Edition]

 

The CreatePolygonAnnotation method returns  the gtPDFPolygonAnnotationX object.

 

Syntax

[VC++]

CgtPDFPolygonAnnotationX CreatePolygonAnnotation();

 

[CS]

public abstract new  gtPDFPolygonAnnotationX CreatePolygonAnnotation (  )

 

[VB]

Function CreatePolygonAnnotation() As gtPDFPolygonAnnotationX