AddRadioButton

Top  Previous  Next

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

 

This method adds the push button to specified page of the loaded pdf document.

 

 

Syntax

[VC++]

void AddPushButton(LPDISPATCH Item, long Page);

 

[CS]

public abstract new void AddPushButton (  gtPDFFormPushButtonX Item ,  Int32 Page )

 

[VB]

Sub AddPushButton(Item As gtPDFFormPushButtonX, Page As Long)

 

 

 

Parameters

       Item

        Specifies the push button as gtPDFFormPushButtonX object.

 

  Page

        Specifies the page to which the push button is to be added.