Leadtools.Workflow.Raster Namespace > LoadImageActivity Class : ByteOrder Property |
[BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [ValidationOptionAttribute(ValidationOption.None)] [MyDescriptionAttribute("The byte order with which to load the image.")] public CodecsLoadByteOrder ByteOrder {get; set;}
'Declaration <BrowsableAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <ValidationOptionAttribute(ValidationOption.None)> <MyDescriptionAttribute("The byte order with which to load the image.")> Public Property ByteOrder As CodecsLoadByteOrder
'Usage Dim instance As LoadImageActivity Dim value As CodecsLoadByteOrder instance.ByteOrder = value value = instance.ByteOrder
[BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [ValidationOptionAttribute(ValidationOption.None)] [MyDescriptionAttribute("The byte order with which to load the image.")] public CodecsLoadByteOrder ByteOrder {get; set;}
BrowsableAttribute() DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible) ValidationOptionAttribute(ValidationOption.None) MyDescriptionAttribute("The byte order with which to load the image.") get_ByteOrder();
set_ByteOrder(value);
[BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [ValidationOptionAttribute(ValidationOption.None)] [MyDescriptionAttribute("The byte order with which to load the image.")] public: property CodecsLoadByteOrder ByteOrder { CodecsLoadByteOrder get(); void set ( CodecsLoadByteOrder value); }
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2