PDF File Writer Class Library - Author Uzi Granot
FontSizeUnit Enumeration |
Font size units for PdfChart.CreateFont method enumeration
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public enum FontSizeUnit

Member name | Value | Description | |
---|---|---|---|
Pixel | 0 | Pixel | |
Point | 1 | Point | |
UserUnit | 2 | PDF document user unit | |
Inch | 3 | Inch | |
cm | 4 | CM | |
mm | 5 | MM |
