VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ChannelFormat Class / ChannelFormat Constructors / ChannelFormat Constructor(Int32,Boolean,Boolean)
Syntax Requirements SeeAlso
In This Topic
    ChannelFormat Constructor(Int32,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the ChannelFormat class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal bits
    Count of bits in channel.
    As Integer, _
    ByVal isSignificant
    A value indicating whether the channel contains significant data.
    As Boolean, _
    ByVal isUnsigned
    A value indicating whether the channel contains unsigned data.
    As Boolean _
    )
    public ChannelFormat(
    int bits,
    bool isSignificant,
    bool isUnsigned
    )
    public: ChannelFormat(
    int bits,
    bool isSignificant,
    bool isUnsigned
    )
    public:
    ChannelFormat(
    int bits,
    bool isSignificant,
    bool isUnsigned
    )

    Parameters

    bits
    Count of bits in channel.
    isSignificant
    A value indicating whether the channel contains significant data.
    isUnsigned
    A value indicating whether the channel contains unsigned data.
    Requirements

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

    See Also