 | PdfiumFPDFFormControl_GetCheckedAPState Method |
Get check state for CheckBox or RadioButton. Other field's types are not supported.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormControl_GetCheckedAPState(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetCheckedAPState (
frmControl As IntPtr
) As String
public:
static String^ FPDFFormControl_GetCheckedAPState(
IntPtr frmControl
)
static member FPDFFormControl_GetCheckedAPState :
frmControl : IntPtr -> string
public static String FPDFFormControl_GetCheckedAPState(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetCheckedAPState = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
StringString what represent the check state of field.
See Also