VintaSoft Twain .NET SDK 15.2: Documentation for .NET developer
Vintasoft.EsclImageScanning Namespace / EsclScanUnitOfMeasure Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    EsclScanUnitOfMeasure Enumeration
    In This Topic
    Specifies available units of measure for scan region of eSCL device.
    Syntax
    'Declaration
    
    Public Enum EsclScanUnitOfMeasure
       Inherits System.Enum
    
    
    public enum EsclScanUnitOfMeasure : System.Enum
    
    
    __value public enum EsclScanUnitOfMeasure : public System.Enum
    
    
    public enum class EsclScanUnitOfMeasure : public System.Enum
    
    
    Members
    MemberDescription
    ThreeHundredthsOfInchesThree hundredths of inches. Value must specify pixel count in image that is scanned with 300 dpi resolution.
    InchesInches. Value must specify pixel count in inch.
    MillimetersMillimeters. Value must specify pixel count in millimeters.
    CentimetersCentimeters. Value must specify pixel count in centimeters.
    PixelsPixels. Value must specify pixel count in accordance with scanning resolution.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.EsclImageScanning.EsclScanUnitOfMeasure

    Requirements

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

    See Also