 | PdfiumFPDFFormField_SetFieldDict Method |
Get field's dictionary
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFFormField_SetFieldDict(
IntPtr frmField,
IntPtr dictionary
)
Public Shared Sub FPDFFormField_SetFieldDict (
frmField As IntPtr,
dictionary As IntPtr
)
public:
static void FPDFFormField_SetFieldDict(
IntPtr frmField,
IntPtr dictionary
)
static member FPDFFormField_SetFieldDict :
frmField : IntPtr *
dictionary : IntPtr -> unit
public static void FPDFFormField_SetFieldDict(
IntPtr frmField,
IntPtr dictionary
)
Patagames.Pdf.Pdfium.FPDFFormField_SetFieldDict = function(frmField, dictionary);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
- dictionary IntPtr
- Handle to dictionary object
See Also