Click or drag to resize

PdfiumFPDFInterForm_RemoveFormFont(IntPtr, IntPtr) Method

Removes the first occurrence of a specific font from the acroform resource dictionary.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFInterForm_RemoveFormFont(
	IntPtr interForm,
	IntPtr font
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
font  IntPtr
The font to remove from the resource dictionary.
See Also