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).