←Select platform

MotorolaOrder Property

Summary
Enables or disables saving the file as Motorola byte order when possible.
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 to save the file using Motorola byte order, false to save the file using Intel byte order.

Example

For an example, refer to CodecsOptions.

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.