C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value specifying whether to save the image data 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 to save to save the image data with least significant bit first (LSB) or last (MSB).
For an example, refer to RasterCodecs.StartDecompress.
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