VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / Resolution Structure
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    Resolution Structure
    In This Topic
    Stores an ordered pair of float values, typically the horizontal and vertical resolution.
    Object Model
    Resolution
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.ResolutionConverter)>
    Public Struct Resolution
       Inherits System.ValueType
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.ResolutionConverter)]
    public struct Resolution : System.ValueType
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.ResolutionConverter)]
    public __value struct Resolution : public System.ValueType*
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.ResolutionConverter)]
    public value class Resolution : public System.ValueType^
    
    
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Vintasoft.Imaging.Resolution

    Requirements

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

    See Also