public ChoiceOption AddOption( ImGearPDFPage page, ImGearPDFFixedRect rect, string exportValue )
public: ChoiceOption* AddOption( ImGearPDFPage* page, ImGearPDFFixedRect* rect, string* exportValue )
public: ChoiceOption^ AddOption( ImGearPDFPage^ page, ImGearPDFFixedRect^ rect, String^ exportValue )
'Declaration Public Overloads Function AddOption( _ ByVal page As ImGearPDFPage, _ ByVal rect As ImGearPDFFixedRect, _ ByVal exportValue As String _ ) As ChoiceOption
'Usage Dim instance As CheckBox Dim page As ImGearPDFPage Dim rect As ImGearPDFFixedRect Dim exportValue As String Dim value As ChoiceOption value = instance.AddOption(page, rect, exportValue)
CheckBox Class CheckBox Members Overload List