Visual Basic (Declaration) | |
---|---|
Public Property LeastSignificantBitFirst As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsLoadInformationEventArgs Dim value As Boolean instance.LeastSignificantBitFirst = value value = instance.LeastSignificantBitFirst |
C# | |
---|---|
public bool LeastSignificantBitFirst {get; set;} |
Property Value
true if the image data was saved LSB, false if the image data was saved MSB.For an example, refer to RasterCodecs.LoadInformation.
This property is used when loading raw data and some formats that support motorola byte order.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)