Click or drag to resize

PdfiumFPDFInterForm_AddFormFont Method

Add the font to the acroform resource dictionary.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFInterForm_AddFormFont(
	IntPtr interForm,
	IntPtr font,
	string tagName = null
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
font  IntPtr
The font to add to the acroform resourse dictionary.
tagName  String  (Optional)
An optional tag name under which the font will be added to the resource dictionary. Four characters max.

Return Value

String
The tag name under which the font was actually added to the resource dictionary.
See Also