LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LeastSignificantBitFirst Property (CodecsLoadInformationEventArgs)

Show in webframe







Gets or sets a value specifying whether the image data was saved with least significant bit first or last.
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;}
@property (nonatomic, assign) BOOL leastSignificantBitFirst;
public boolean getLeastSignificantBitFirst()
public void setLeastSignificantBitFirst(boolean value)
            
 
get_LeastSignificantBitFirst();
set_LeastSignificantBitFirst(value);
Object.defineProperty('LeastSignificantBitFirst');
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

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.