Gets or sets the position of the end bit that will construct the mask.
public int SourceHighBit { get; set; }
Public Property SourceHighBit As Integer
public int SourceHighBit {get; set;}
<br/>get_SourceHighBit();<br/>set_SourceHighBit(value);<br/>Object.defineProperty('SourceHighBit');
Position of the end bit that will construct the mask. This is inclusive (it is part of the mask). The value should not be less than SourceLowBit. You can also set -1, which is interpreted as "highest bit" (SourceImage->BitsPerPixel - 1). This property accepts only positive values.
Refer to SelectDataCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET