AddRadioButton

Top  Previous  Next

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

 

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

 

 

Syntax

[VC++]

void AddRadioButton(LPDISPATCH Item, long Page);

 

[CS]

public abstract new void AddRadioButton (  gtPDFFormRadioButtonX Item ,  Int32 Page )

 

[VB]

Sub AddRadioButton(Item As gtPDFFormRadioButtonX, Page As Long)

 

 

 

Parameters

       Item

        Specifies the radio button as gtPDFFormRadioButtonX object.

 

  Page

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