←Select platform

Order Property

Summary

Gets or sets a value indicating the color order if the output image will be 48-bit.

Syntax
C#
VB
Objective-C
C++
Java
public RasterByteOrder Order { get; set; } 
Public Property Order As RasterByteOrder 
@property (nonatomic, assign) LTRasterByteOrder order 
public RasterByteOrder getOrder() 
public void setOrder(RasterByteOrder value) 
public: 
property RasterByteOrder Order { 
   RasterByteOrder get(); 
   void set (    RasterByteOrder ); 
} 

Property Value

Value indicating the color order if the output image will be 48-bit. If the LookupTable property is null, this property is ignored.

Example

Refer to WindowLevelExtCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly