LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

LeastSignificantBitFirst Property (CodecsLoadInformationEventArgs)






Gets or sets a value specifying whether the image data was saved with least significant bit first or last. .NET support WinRT support Silverlight support
Syntax
public bool LeastSignificantBitFirst {get; set;}
'Declaration
 
Public Property LeastSignificantBitFirst As Boolean
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
Dim value As Boolean
 
instance.LeastSignificantBitFirst = value
 
value = instance.LeastSignificantBitFirst
public bool LeastSignificantBitFirst {get; set;}
 get_LeastSignificantBitFirst();
set_LeastSignificantBitFirst(value);
public:
property bool LeastSignificantBitFirst {
   bool get();
   void set (    bool value);
}

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- 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.