.NET Framework Class Library
MeasurementUnit Enumeration
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > MeasurementUnit Enumeration |
Defines measurement units with which dimensions are specified.
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration MeasurementUnit |
C# |
public enum MeasurementUnit |
Visual C++ |
public enum class MeasurementUnit |
Member name |
Value |
Description |
|
Inches |
0 |
||
Pixels |
1 |
||
DeviceIndependentPixels |
2 |
||
Centimeters |
3 |
||
Millimeters |
4 |
||
Picas |
5 |
||
Points |
6 |
||
HalfPoints |
7 |
||
Twips |
8 |
||
EMU |
9 |