Click or drag to resize

PdfiumFPDFFormObj_SetFormContent Method

Sets content for specified form object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFFormObj_SetFormContent(
	IntPtr formObject,
	IntPtr formContent
)

Parameters

formObject  IntPtr
Handle to form object returned by FPDFPageObj_Create(PageObjectTypes)
formContent  IntPtr
Form content what should be set
See Also