Click or drag to resize

PdfiumFPDFInterForm_GetFormFont(IntPtr, String) Method

Get the font at the specified tagName.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFInterForm_GetFormFont(
	IntPtr interForm,
	string 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

IntPtr
Handle to the font object.
See Also