←Select platform

LeastSignificantBitFirst Property (CodecsStartDecompressOptions)

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) 
             
  
get_LeastSignificantBitFirst(); 
set_LeastSignificantBitFirst(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize