←Select platform

MotorolaOrder Property (CodecsSaveOptions)

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) 
             
  
get_MotorolaOrder(); 
set_MotorolaOrder(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize