AddListBox

Top  Previous  Next

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

 

AddListBox adds the listbox to specified page of the loaded pdf document.

 

Syntax

 

[VC++]

void AddListBox(LPDISPATCH Item, long Page);

 

[CS]

public abstract new void AddListBox (  gtPDFFormListBoxX Item ,  Int32 Page )

 

[VB]

Sub AddListBox(Item As gtPDFFormListBoxX, Page As Long)

 

 

 

 

 

Parameters

       Item

        Specifies the list box as gtPDFFormListBoxX object.

 

  Page

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