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; }
Public Property ByteOrder As Jp2ByteOrder
Get
Set
Property Value
Type:
Jp2ByteOrderRemarks Default value is Jp2ByteOrder.MachineNative.
See Also