Enum FontUnit
Specifies the unit of measure for Font objects.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum FontUnit
Fields
| Name | Description |
|---|---|
| Inch | Specifies the inch as the unit of measure. |
| Millimeter | Specifies the millimeter as the unit of measure. |
| Pixel | Specifies the pixel as the unit of measure. |
| Point | Specifies the point (1/72 inch) as the unit of measure. |