←Select platform

Order Property

Summary
Gets or sets the byte order for the load process.
Syntax
C#
VB
Objective-C
C++
Java
public RasterByteOrder Order { get; set; } 
Public Property Order As RasterByteOrder 
@property (nonatomic, assign) LTRasterByteOrder order 
public RasterByteOrder getOrder() 
public void setOrder(RasterByteOrder value) 
public: 
property RasterByteOrder Order { 
   RasterByteOrder get(); 
   void set (    RasterByteOrder ); 
} 

Property Value

The byte order for the load process.

Remarks

To load raw 12-bit and 16-bit extended grayscale images, set the CodecsLoadInformationEventArgs.Order property to RasterByteOrder.Gray and the CodecsLoadInformationEventArgs.LeastSignificantBitFirst property accordingly.

Example

For an example, refer to RasterCodecs.LoadInformation.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.