Click or drag to resize
Pdf Library for .NET

PdfFormFieldTextBoxSetFont(String, String) Method

Set font with encoding.

Namespace: SelectPdf.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public void SetFont(
	string fontFile,
	string encoding
)

Parameters

fontFile  String
File containing the font.
encoding  String
Font encoding.
See Also