Click or drag to resize

PdfiumFPDFDOC_SetSubstitutionFont Method

Set a substitution font that is used to display user input in acro forms.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFDOC_SetSubstitutionFont(
	IntPtr doc,
	IntPtr font
)

Parameters

doc  IntPtr
Handle to the document.
font  IntPtr
Handle to the font.
See Also