Click or drag to resize

PdfiumFPDFInterForm_GetDefaultAppearance Method

Get the handle to default appearance

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFInterForm_GetDefaultAppearance(
	IntPtr interForm
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.

Return Value

IntPtr
Handle to a default appearance object.
See Also