ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > RadioGroup Class : AddOption(ImGearPDFPage,ImGearPDFFixedRect,String) Method |
'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 )