LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MaximumBit Property

Show in webframe







This property is updated with the highest bit set in the image.
Syntax
public int MaximumBit {get;}
'Declaration
 
Public ReadOnly Property MaximumBit As Integer
'Usage
 
Dim instance As MinMaxBitsCommand
Dim value As Integer
 
value = instance.MaximumBit
public int MaximumBit {get;}
@property (nonatomic, assign, readonly) int maximumBit;
public int getMaximumBit()
 get_MaximumBit(); 
public:
property int MaximumBit {
   int get();
}

Property Value

Value that indicates the highest bit set in the image.
Example
Refer to MinMaxBitsCommand.
Requirements

Target Platforms

See Also

Reference

MinMaxBitsCommand Class
MinMaxBitsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.