 | PdfiumFPDFFormControl_GetExportValue Method |
Get a string describing the check status of the Checkbox or Radiobutton.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormControl_GetExportValue(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetExportValue (
frmControl As IntPtr
) As String
public:
static String^ FPDFFormControl_GetExportValue(
IntPtr frmControl
)
static member FPDFFormControl_GetExportValue :
frmControl : IntPtr -> string
public static String FPDFFormControl_GetExportValue(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetExportValue = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
Stringstring such as "", "Yes", "Off" etc. depended on control and its status.
See Also