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