.NET Framework Class Library
PageUnit Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > PageUnit Enumeration |
Defines the unit of measure for the given data.
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration PageUnit |
C# |
public enum PageUnit |
Visual C++ |
public enum class PageUnit |
Member name |
Value |
Description |
|
World |
0 |
Specifies the world coordinate system unit as the unit of measure. |
|
Display |
1 |
Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. |
|
Pixel |
2 |
Specifies a device pixel as the unit of measure. |
|
Point |
3 |
Specifies a printer's point (1/72 inch) as the unit of measure. |
|
Inch |
4 |
Specifies the inch as the unit of measure. |
|
Document |
5 |
Specifies the document unit (1/300 inch) as the unit of measure. |
|
Millimeter |
6 |
Specifies the millimeter as the unit of measure. |