'Declaration Public Enum UnitOfMeasure Inherits System.Enum
public enum UnitOfMeasure : System.Enum
__value public enum UnitOfMeasure : public System.Enum
public enum class UnitOfMeasure : public System.Enum
'Declaration Public Enum UnitOfMeasure Inherits System.Enum
public enum UnitOfMeasure : System.Enum
__value public enum UnitOfMeasure : public System.Enum
public enum class UnitOfMeasure : public System.Enum
| Member | Description |
|---|---|
| Inches | Specifies the inch as the unit of measure. |
| Centimeters | Specifies the centimeter as the unit of measure. |
| Millimeters | Specifies the millimeter as the unit of measure. |
| Pixels | Specifies the device pixels as the unit of measure. |
| Points | Specifies a printer's point (1/72 inch) as the unit of measure. |
| DeviceIndependentPixels | Specifies the device independent pixels (1/96 inch) as the unit of measure. |
| Twips | Specifies the twentieths of a point (1/1440 inch) as the unit of measure. |
| Emu | Specifies the English Metric units (1/914400 inch) as the unit of measure. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.UnitOfMeasure
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5