VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ChannelFormat Class / ChannelFormat Constructors / ChannelFormat Constructor(Int32,Boolean,Boolean)
Syntax Requirements SeeAlso
    ChannelFormat Constructor(Int32,Boolean,Boolean)
    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 _
    )
     

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also