LEADTOOLS Image File Support (Leadtools.Codecs assembly)

MotorolaOrder Property (CodecsSaveOptions)

Show in webframe







Enables or disables saving the file as Motorola byte order when possible.
Syntax
public bool MotorolaOrder {get; set;}
'Declaration
 
Public Property MotorolaOrder As Boolean
'Usage
 
Dim instance As CodecsSaveOptions
Dim value As Boolean
 
instance.MotorolaOrder = value
 
value = instance.MotorolaOrder
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 value);
}

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

See Also

Reference

CodecsSaveOptions Class
CodecsSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.