 | PdfiumFPDFFormField_GetValue Method |
Get field's value
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormField_GetValue(
IntPtr frmField
)
Public Shared Function FPDFFormField_GetValue (
frmField As IntPtr
) As String
public:
static String^ FPDFFormField_GetValue(
IntPtr frmField
)
static member FPDFFormField_GetValue :
frmField : IntPtr -> string
public static String FPDFFormField_GetValue(
IntPtr frmField
)
Patagames.Pdf.Pdfium.FPDFFormField_GetValue = function(frmField);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
Return Value
StringField's value
See Also