 | PdfiumFPDFInterForm_RemoveFormFont(IntPtr, IntPtr) Method |
Removes the first occurrence of a specific font from the acroform resource dictionary.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFInterForm_RemoveFormFont(
IntPtr interForm,
IntPtr font
)
Public Shared Sub FPDFInterForm_RemoveFormFont (
interForm As IntPtr,
font As IntPtr
)
public:
static void FPDFInterForm_RemoveFormFont(
IntPtr interForm,
IntPtr font
)
static member FPDFInterForm_RemoveFormFont :
interForm : IntPtr *
font : IntPtr -> unit
public static void FPDFInterForm_RemoveFormFont(
IntPtr interForm,
IntPtr font
)
Patagames.Pdf.Pdfium.FPDFInterForm_RemoveFormFont = function(interForm, 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