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 > CodecsThumbnailOptions Structure : Order Property



Gets or sets the desired color order for the thumbnail image.

Syntax

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

Return Value

An RasterByteOrder value that specifies the desired color order for the thumbnail image.

Example

For an example, refer to RasterCodecs.ReadThumbnail.

Requirements

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

See Also