VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / BitmapChannelsFormat Class / PixelDataIsLittleEndian Property
Syntax Remarks Requirements SeeAlso
    PixelDataIsLittleEndian Property (BitmapChannelsFormat)
    Gets a value indicating whether pixel data are stored in little endian order.
    Syntax
    'Declaration
    
    Public ReadOnly Property PixelDataIsLittleEndian As Boolean
    
    
     

    Property Value

    true - pixel data are stored in little endian order; otherwise, false. Default value is false.
    Remarks

    The values of ChannelDataIsLittleEndian and PixelDataIsLittleEndian cannot be both true.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also