←Select platform

MaximumBit Property

Summary
This property is updated with the highest bit set in the image.
Syntax
C#
VB
Objective-C
C++
Java
public int MaximumBit { get; } 
Public ReadOnly Property MaximumBit As Integer 
@property (nonatomic, assign, readonly) NSInteger maximumBit 
public int getMaximumBit() 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.