VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / UnitOfMeasure Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
UnitOfMeasure Enumeration
In This Topic
Specifies available units of measure.
Syntax
'Declaration

Public Enum UnitOfMeasure
   Inherits System.Enum

public enum UnitOfMeasure : System.Enum

Members
MemberDescription
InchesSpecifies the inch as the unit of measure.
CentimetersSpecifies the centimeter as the unit of measure.
MillimetersSpecifies the millimeter as the unit of measure.
PixelsSpecifies the device pixels as the unit of measure.
PointsSpecifies a printer's point (1/72 inch) as the unit of measure.
DeviceIndependentPixelsSpecifies the device independent pixels (1/96 inch) as the unit of measure.
TwipsSpecifies the twentieths of a point (1/1440 inch) as the unit of measure.
EmuSpecifies the English Metric units (1/914400 inch) as the unit of measure.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.UnitOfMeasure

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also