HiQPdf Documentation

AutoPdfFormFieldSetFont Method (Font, Boolean)

Quickly Create High Quality PDFs
Set the font of the automatically created field to a .NET font

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

public void SetFont(
	Font font,
	bool embed
)

Parameters

font
Type: System.DrawingFont
The .NET font
embed
Type: SystemBoolean
Controls if the .NET font should be embedded in the PDF document
See Also

Reference