Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
MotorolaOrder Property
See Also 
Leadtools.Codecs Namespace > CodecsOptions.CodecsSaveOptions Class : MotorolaOrder Property



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

Syntax

Visual Basic (Declaration) 
Public Property MotorolaOrder As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsOptions.CodecsSaveOptions
Dim value As Boolean
 
instance.MotorolaOrder = value
 
value = instance.MotorolaOrder
C# 
public bool MotorolaOrder {get; set;}
C++/CLI 
public:
property bool MotorolaOrder {
   bool get();
   void set (bool value);
}

Return Value

true to save the file using Motorola byte order, false to save the file using Intel byte order.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also