Gets or sets a value specifying whether the image data was saved with least significant bit first or last.
public bool LeastSignificantBitFirst { get; set; }
Public Property LeastSignificantBitFirst As Boolean
public bool LeastSignificantBitFirst {get; set;}
@property (nonatomic, assign) BOOL leastSignificantBitFirst
public boolean getLeastSignificantBitFirst()
public void setLeastSignificantBitFirst(boolean value)
<br/>get_LeastSignificantBitFirst();<br/>set_LeastSignificantBitFirst(value);<br/>Object.defineProperty('LeastSignificantBitFirst');
true if the image data was saved LSB, false if the image data was saved MSB.
This property is used when loading raw data and some formats that support motorola byte order. To load raw 12-bit and 16-bit extended grayscale images, set the CodecsLoadInformationEventArgs.Order property to RasterByteOrder.Gray and the CodecsLoadInformationEventArgs.LeastSignificantBitFirst Property accordingly.
For an example, refer to RasterCodecs.LoadInformation.
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