ByteOrder

RawTypePackage.ByteOrder property

Gets the byte-order of the image. Please see https://en.wikipedia.org/wiki/Endianness for more information.

public ByteOrder ByteOrder { get; }

Property Value

The byte-order value.

See Also