| Visual Basic (Declaration) | |
|---|---|
Public Enum GraphicsUnitEx Inherits Enum | |
| C# | |
|---|---|
public enum GraphicsUnitEx : Enum | |
| Member | Description |
|---|---|
| World | Specifies the unit of measure is the world unit. |
| Display | Specifies the unit of measure is 1/75 inch |
| Pixel | Specifies the unit of measure is the device pixel. |
| Point | Specifies the unit of measure is a printer's point (1/72 inch) |
| Inch | Specifies the unit of measure is an inch. |
| Document | Specifies the unit of measure is the document unit (1/300 inch) |
| Millimeter | Specifies the unit of measure is a millimeter |
System.Object
System.ValueType
System.Enum
DataDynamics.Reports.Extensibility.Drawing.GraphicsUnitEx