Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Order Property
See Also 
Leadtools.Codecs Namespace > CodecsImageInfo Class : Order Property



Gets the byte order of the image.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Order As RasterByteOrder
Visual Basic (Usage)Copy Code
Dim instance As CodecsImageInfo
Dim value As RasterByteOrder
 
value = instance.Order
C# 
public RasterByteOrder Order {get;}
C++/CLI 
public:
property RasterByteOrder Order {
   RasterByteOrder get();
}

Return Value

An RasterByteOrder value that specifies the byte order of the image.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also