CreateLineAnnotation

Top  Previous  Next

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

 

The CreateLineAnnotation method returns  the gtPDFLineAnnotationX object.

 

Syntax

 

[VC++]

CgtPDFLineAnnotationX CreateLineAnnotation();

 

[CS]

public abstract new  gtPDFLineAnnotationX CreateLineAnnotation (  )

 

[VB]

Function CreateLineAnnotation() As gtPDFLineAnnotationX