InsertFreeTextAnnotation

Top  Previous  Next

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

 

The InsertFreeTextAnnotation method  is used to insert free text annotation to specified page of the loaded pdf document.

 

 

Syntax

[VC++]

void InsertFreeTextAnnotation(LPDISPATCH Annot, long Page);

 

[CS]

public abstract new void InsertFreeTextAnnotation (  gtPDFFreeTextAnnotationX Annot ,  Int32 Page )

 

[VB]

Sub InsertFreeTextAnnotation(Annot As gtPDFFreeTextAnnotationX, Page As Long)

 

Parameters

       

       Annot

            Specifies the free text annotation as gtPDFFreeTextAnnotationX type.

 

       Page

            Specifies the page on to which the annotation is to be inserted.