←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
Objective-C
C++
Java
public bool LeastSignificantBitFirst { get; set; } 
Public Property LeastSignificantBitFirst As Boolean 
@property (nonatomic, assign) BOOL leastSignificantBitFirst 
public boolean getLeastSignificantBitFirst() 
public void setLeastSignificantBitFirst(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.