VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDeviceOption Class / Unit Property
Syntax Requirements SeeAlso
In This Topic
    Unit Property (SaneLocalDeviceOption)
    In This Topic
    Gets the unit of measure of this option.
    Syntax
    'Declaration
    
    Public ReadOnly Property Unit As SaneUnit
    
    
    public SaneUnit Unit { get; }
    
    
    public: __property SaneUnit get_Unit();
    
    
    
    public:
    property SaneUnit Unit { SaneUnit get(); }
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also