XGraphicsUnit EnumerationTerminal Works - PDF Printing.Net Library
Specifies the unit of measure.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public enum XGraphicsUnit
Members

  Member nameValueDescription
Point0 Specifies a printer's point (1/72 inch) as the unit of measure.
Inch1 Specifies the inch (2.54 cm) as the unit of measure.
Millimeter2 Specifies the millimeter as the unit of measure.
Centimeter3 Specifies the centimeter as the unit of measure.
Presentation4 Specifies a presentation point (1/96 inch) as the unit of measure.
See Also

Reference