InsertCaretAnnotation

Top  Previous  Next

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

 

The InsertCaretAnnotation method  is used to insert caret annotation to specified page of the loaded pdf document.

 

Syntax

[VC++]

void InsertCaretAnnotation(LPDISPATCH Annot, long Page);

 

[CS]

public abstract new void InsertCaretAnnotation (  gtPDFCaretAnnotationX Annot ,  Int32 Page )

 

[VB]

Sub InsertCaretAnnotation(Annot As gtPDFCaretAnnotationX, Page As Long)

 

Parameters

       

       Annot

            Specifies the caret annotation as gtPDFCaretAnnotationX type.

 

       Page

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