PaperUnit Enumeration

Specifies the possible types of units of measurement for paper dimensions and margins.

Namespace:  Dundas.BI.Print
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum PaperUnit
Members
  Member nameValueDescription
Inch0 The size is specified in inches.
Millimeter1 The size is specified in millimeters.
Pixel2 The size is specified in pixels.
See Also