←Select platform

LeastSignificantBitFirst Property

Summary

Gets or sets a value specifying whether to save the image data 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 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly