Click or drag to resize

PdfiumFPDFInterForm_CountFormFonts Method

Gets the number of fonts contained in the acroform resource dictionary.

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

Parameters

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

Return Value

Int32
Number of fonts in the acroform resource dictionary.
See Also