←Select platform

Order Property

Summary

Gets the byte order of the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterByteOrder Order { get; } 
Public ReadOnly Property Order As Leadtools.RasterByteOrder 
public Leadtools.RasterByteOrder Order {get;} 
@property (nonatomic, assign, readonly) LTRasterByteOrder order 
public RasterByteOrder getOrder() 
 get_Order();  
public: 
property Leadtools.RasterByteOrder Order { 
   Leadtools.RasterByteOrder get(); 
} 

Property Value

The byte order of the image.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly