AddCheckBox

Top  Previous  Next

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

 

AddCheckBox adds the checkbox to specified page of the loaded pdf document.

 

Syntax

 

[VC++]

void AddCheckBox(LPDISPATCH Item, long Page);

 

[CS]

public abstract new void AddCheckBox (  gtPDFFormCheckBoxX Item ,  Int32 Page )

 

[VB]

Sub AddCheckBox(Item As gtPDFFormCheckBoxX, Page As Long)

 

 

 

 

Parameters

       Item

        Specifies the check box as gtPDFFormCheckBoxX object.

 

  Page

        Specifies the page to which the check box is to be added.