FontApi Constructor

PDF File Writer

FontApi Constructor

Font API constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public FontApi(
	Font DesignFont,
	int DesignHeight
)

Parameters

DesignFont
Type: System.DrawingFont
Design font
DesignHeight
Type: SystemInt32
Design height
See Also