Table of Contents

Enum XGraphicsUnit

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

Specifies the unit of measure.

public enum XGraphicsUnit

Fields

Centimeter = 3

Specifies centimeter as the unit of measure.

Inch = 1

Specifies inch (2.54 cm) as the unit of measure.

Millimeter = 2

Specifies millimeter as the unit of measure.

Point = 0

Specifies a printer’s point (1/72 inch) as the unit of measure.

Presentation = 4

Specifies a presentation point (1/96 inch) as the unit of measure.