 | PdfiumFPDFInterForm_RemoveFormFont(IntPtr, String) Method |
Removes the first occurrence of a specific tagName 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,
string tagName
)
Public Shared Sub FPDFInterForm_RemoveFormFont (
interForm As IntPtr,
tagName As String
)
public:
static void FPDFInterForm_RemoveFormFont(
IntPtr interForm,
String^ tagName
)
static member FPDFInterForm_RemoveFormFont :
interForm : IntPtr *
tagName : string -> unit
public static void FPDFInterForm_RemoveFormFont(
IntPtr interForm,
String tagName
)
Patagames.Pdf.Pdfium.FPDFInterForm_RemoveFormFont = function(interForm, tagName);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- tagName String
- The font's tag name to remove from the resource dictionary.
See Also