AutoPdfFormFieldSetFont(Font, Boolean) Method
Set the font of the automatically created field to a .NET font
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void SetFont(
Font font,
bool embed
)
Public Sub SetFont (
font As Font,
embed As Boolean
)
public:
void SetFont(
Font^ font,
bool embed
)
member SetFont :
font : Font *
embed : bool -> unit
Parameters
- font Font
- The .NET font
- embed Boolean
- Controls if the .NET font should be embedded in the PDF document