public bool LeastSignificantBitFirst {get; set;}
'Declaration
Public Property LeastSignificantBitFirst As Boolean
'Usage
Dim instance As CodecsLoadInformationEventArgs
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 if the image data was saved LSB, false if the image data was saved MSB.