www.gnostice.com 

AddFreeTextAnnot

Top  Previous  Next

[This method is new in Gnostice eDocEngine ActiveX/.NET v2.0 Professional Edition]

 

The AddFreeTextAnnot method is used to add a free text annotation to the PDF document. To add a free text annotation, create an instance of gtPDFFreeTextAnnotX, set its properties and pass it to AddFreeTextAnnot.

 

 

 

Syntax

 

 

[VC++]

void AddFreeTextAnnot(LPDISPATCH Item);

 

[C#]

public abstract new void AddFreeTextAnnot ( eDocEngineX.gtPDFFreeTextAnnotX Item )

 

[VB]

Sub AddFreeTextAnnot(Item As gtPDFFreeTextAnnotX)

 

 

Note:  The annotation items added using this method need not be freed by the user.  All the items will be freed at the end when EndDoc is called.

 

 

Parameters

 

Item

Specifies the free text annotation object to be added.