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 Enumeration PaperUnit
public enum class PaperUnit
Members
| Member name | Value | Description |
---|
| Inch | 0 |
The size is specified in inches.
|
| Millimeter | 1 |
The size is specified in millimeters.
|
| Pixel | 2 |
The size is specified in pixels.
|
See Also