Click or drag to resize

PdfiumFPDFFormField_SetDefaultValue Method

Set the default value of the field.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFFormField_SetDefaultValue(
	IntPtr frmField,
	string value,
	bool bNotify = false
)

Parameters

frmField  IntPtr
Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
value  String
New value
bNotify  Boolean  (Optional)
True for notify application about changes in forms

Return Value

Boolean
True for success or False otherwise
See Also