 | PdfiumFPDFInterForm_GetFormFont(IntPtr, String) Method |
Get the font at the specified tagName.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFInterForm_GetFormFont(
IntPtr interForm,
string tagName
)
Public Shared Function FPDFInterForm_GetFormFont (
interForm As IntPtr,
tagName As String
) As IntPtr
public:
static IntPtr FPDFInterForm_GetFormFont(
IntPtr interForm,
String^ tagName
)
static member FPDFInterForm_GetFormFont :
interForm : IntPtr *
tagName : string -> IntPtr
public static IntPtr FPDFInterForm_GetFormFont(
IntPtr interForm,
String tagName
)
Patagames.Pdf.Pdfium.FPDFInterForm_GetFormFont = function(interForm, tagName);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- tagName String
- The tag name under which the font is stored in the resource dictionary.
Return Value
IntPtrHandle to the font object.
See Also