←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
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly