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)
SyntaxC#
public enum FontSizeUnit
Members| 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 |
See Also