LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

MotorolaOrder Property (CodecsLoadInformationEventArgs)






Gets or sets a value that determines whether or not image data is in Motorola byte order. .NET support WinRT support Silverlight support
Syntax
public bool MotorolaOrder {get; set;}
'Declaration
 
Public Property MotorolaOrder As Boolean
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
Dim value As Boolean
 
instance.MotorolaOrder = value
 
value = instance.MotorolaOrder
public bool MotorolaOrder {get; set;}
 get_MotorolaOrder();
set_MotorolaOrder(value);
public:
property bool MotorolaOrder {
   bool get();
   void set (    bool value);
}

Property Value

true if image data is in Motorola byte order, false if in Intel byte order.
Remarks
Valid only for 16, 48 and 64-bit image data.
Example
For an example, refer to RasterCodecs.LoadInformation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.