LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LeastSignificantBitFirst Property (CodecsStartDecompressOptions)

Show in webframe







Gets or sets a value specifying whether to save the image data with least significant bit first or last.
Syntax
public bool LeastSignificantBitFirst {get; set;}
'Declaration
 
Public Property LeastSignificantBitFirst As Boolean
'Usage
 
Dim instance As CodecsStartDecompressOptions
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 to save to save the image data with least significant bit first (LSB) or last (MSB).
Example
For an example, refer to RasterCodecs.StartDecompress.
Requirements

Target Platforms

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

 

 


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