LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly)

ByteOrder Property

Show in webframe





Gets or sets a value indicating the color order for 16-, 24-, 32-, 48-, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order.
Syntax
public CodecsLoadByteOrder ByteOrder {get; set;}
'Declaration
 
Public Property ByteOrder As CodecsLoadByteOrder
'Usage
 
Dim instance As LoadImageActivity
Dim value As CodecsLoadByteOrder
 
instance.ByteOrder = value
 
value = instance.ByteOrder

            

            
public:
property CodecsLoadByteOrder ByteOrder {
   CodecsLoadByteOrder get();
   void set (    CodecsLoadByteOrder value);
}

Property Value

The color order for 16-, 24-, 32-, 48-, and 64-bit images.
Remarks
Valid values for this property are:
Value Meaning
CodecsLoadByteOrder.Rgb Red, green, and blue color order in memory
CodecsLoadByteOrder.Bgr Blue, green, and red color order in memory
CodecsLoadByteOrder.Gray 12 or 16-bit grayscale image. 12 and 16-bit grayscale images are only supported in the Document/Medical Imaging editions.
CodecsLoadByteOrder.RgbOrGray Load the image as red, green, blue OR as a 12 or 16-bit grayscale image. 12 and 16-bit grayscale images are supported in the Document/Medical Imaging editions
CodecsLoadByteOrder.BgrOrGray Load the image as blue, green, red OR as a 12 or 16-bit grayscale image. 12 and 16-bit grayscale images are supported in the Document/Medical Imaging editions
CodecsLoadByteOrder.Romm ROMM order. ROMM only supports 24 and 48-bit images
CodecsLoadByteOrder.BgrOrGrayOrRomm Load the image as red, green, blue OR as a 12 or 16-bit grayscale image OR as ROMM. 12 and 16-bit grayscale images are supported in the Document/Medical Imaging editions only. ROMM only supports 24 and 48-bit color images.
Requirements

Target Platforms

See Also

Reference

LoadImageActivity Class
LoadImageActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Workflow.Raster requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features