 | PdfiumFPDFFormObj_SetFormContent Method |
Sets content for specified form object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFFormObj_SetFormContent(
IntPtr formObject,
IntPtr formContent
)
Public Shared Sub FPDFFormObj_SetFormContent (
formObject As IntPtr,
formContent As IntPtr
)
public:
static void FPDFFormObj_SetFormContent(
IntPtr formObject,
IntPtr formContent
)
static member FPDFFormObj_SetFormContent :
formObject : IntPtr *
formContent : IntPtr -> unit
public static void FPDFFormObj_SetFormContent(
IntPtr formObject,
IntPtr formContent
)
Patagames.Pdf.Pdfium.FPDFFormObj_SetFormContent = function(formObject, formContent);
Parameters
- formObject IntPtr
- Handle to form object returned by FPDFPageObj_Create(PageObjectTypes)
- formContent IntPtr
- Form content what should be set
See Also