MaximumBits Property (ICompressor)
In This Topic
The maximum number of bits supported by this codec.
Syntax
'Declaration
ReadOnly Property MaximumBits As System.Integer
'Usage
Dim instance As ICompressor
Dim value As System.Integer
value = instance.MaximumBits
System.int MaximumBits {get;}
read-only property MaximumBits: System.Integer;
function get MaximumBits : System.int
__property System.int get_MaximumBits();
property System.int MaximumBits {
System.int get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also