HiQPdf Documentation

AutoPdfFormFieldSetFont Method (Byte, FontStyle)

Quickly Create High Quality PDFs
Use a font given by its binary data and style

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void SetFont(
	byte[] fontData,
	FontStyle fontStyle
)

Parameters

fontData
Type: SystemByte
The font data
fontStyle
Type: System.DrawingFontStyle
The font style
See Also

Reference