Click or drag to resize
Pdf Library for .NET

PdfFormFieldTextBoxSetFont(Byte) Method

Set font.

Namespace: SelectPdf.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public void SetFont(
	byte[] fontBytes
)

Parameters

fontBytes  Byte
Bytes of the file containing the font.
Remarks
Font uses Identity-H as default encoding.
See Also