VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Imaging Namespace / ChannelFormat Class / ChannelFormat Constructors / ChannelFormat Constructor(Int32,Boolean)
Синтаксис Требования Смотрите также
В этом разделе
ChannelFormat Constructor(Int32,Boolean)
В этом разделе
Initializes a new instance of the T:Vintasoft.Imaging.ChannelFormat class.
Синтаксис
'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 _
)
public ChannelFormat(
int bits,
bool isSignificant
)

Parameters

bits
Count of bits in channel.
isSignificant
A value indicating whether the channel contains significant data.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также