ImageGear .NET
AddOption(ImGearPDFPage,ImGearPDFFixedRect,String) Method




The page of the new radio button option.
The bounds of the new radio button option.
The export value of the new radio button option.
Adds an option to the radio group. The option can be anywhere in the document.
Syntax
'Declaration
 
Public Sub AddOption( _
   ByVal page As ImGearPDFPage, _
   ByVal rect As ImGearPDFFixedRect, _
   ByVal exportValue As String _
) 
'Usage
 
Dim instance As RadioGroup
Dim page As ImGearPDFPage
Dim rect As ImGearPDFFixedRect
Dim exportValue As String
 
instance.AddOption(page, rect, exportValue)
public void AddOption( 
   ImGearPDFPage page,
   ImGearPDFFixedRect rect,
   string exportValue
)
public: void AddOption( 
   ImGearPDFPage* page,
   ImGearPDFFixedRect* rect,
   string* exportValue
) 
public:
void AddOption( 
   ImGearPDFPage^ page,
   ImGearPDFFixedRect^ rect,
   String^ exportValue
) 

Parameters

page
The page of the new radio button option.
rect
The bounds of the new radio button option.
exportValue
The export value of the new radio button option.
See Also

Reference

RadioGroup Class
RadioGroup Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback