Click or drag to resize

PdfiumFPDFInterForm_GetFormFont(IntPtr, Int32, Boolean, String) Method

Get the font at the specified index.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFInterForm_GetFormFont(
	IntPtr interForm,
	int index,
	bool getTag,
	out string tagName
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
index  Int32
The zero-based index of the font to get.
getTag  Boolean
A flag indicating whether the tag name should also be returned.
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