Click or drag to resize

Jp2DecoderByteOrder Property

Gets or sets the byte order of the decoded data from one of little endian, big endian, or machine automatic.

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Jp2ByteOrder ByteOrder { get; set; }

Property Value

Type: Jp2ByteOrder
Remarks
Default value is Jp2ByteOrder.MachineNative.
See Also