←Select platform

LeastSignificantBitFirst Property

Summary
Gets or sets a value specifying whether the image data was saved with least significant bit first or last.
Syntax
C#
VB
Objective-C
C++
Java
public bool LeastSignificantBitFirst { get; set; } 
Public Property LeastSignificantBitFirst As Boolean 
@property (nonatomic, assign) BOOL leastSignificantBitFirst 
public boolean getLeastSignificantBitFirst() 
public void setLeastSignificantBitFirst(boolean value) 
public: 
property bool LeastSignificantBitFirst { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the image data was saved LSB, false if the image data was saved MSB.

Remarks

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.

Example

For an example, refer to RasterCodecs.LoadInformation.

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.Codecs Assembly

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