←Select platform

MotorolaOrder Property

Summary

Enables or disables saving the file as Motorola byte order when possible.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool MotorolaOrder { get; set; } 
Public Property MotorolaOrder As Boolean 
public bool MotorolaOrder {get; set;} 
@property (nonatomic, assign) BOOL motorolaOrder 
public boolean getMotorolaOrder() 
public void setMotorolaOrder(boolean value) 
             
 <br/>get_MotorolaOrder();<br/>set_MotorolaOrder(value);<br/>Object.defineProperty('MotorolaOrder');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly