←Select platform

MotorolaOrder Property

Summary
Gets or sets a value that determines whether image data is in Motorola byte order.
Syntax
C#
VB
Objective-C
C++
Java
public bool MotorolaOrder { get; set; } 
Public Property MotorolaOrder As Boolean 
@property (nonatomic, assign) BOOL motorolaOrder 
public boolean getMotorolaOrder() 
public void setMotorolaOrder(boolean value) 
public: 
property bool MotorolaOrder { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if image data is in Motorola byte order, false if in Intel byte order.

Remarks

Valid only for 16, 48 and 64-bit image data.

Example

For an example, refer to RasterCodecs.LoadInformation.

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.Codecs Assembly

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