←Select platform

Order Property

Summary
Gets or sets a value indicating the color order if the output image will be 24-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 24-bit. If the LookupTable property is null, this property is ignored.

Example

Refer to WindowLevelCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.