AddComboBox

Top  Previous  Next

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

 

AddComboBox adds the combo box to specified page of the loaded pdf document.

 

 

Syntax

 

[VC++]

void AddComboBox(LPDISPATCH Item, long Page);

 

[CS]

public abstract new void AddComboBox (  gtPDFFormComboBoxX Item ,  Int32 Page )

 

[VB]

Sub AddComboBox(Item As gtPDFFormComboBoxX, Page As Long)

 

 

 

 

Parameters

       Item

        Specifies the combo box as gtPDFFormComboBoxX object.

 

  Page

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