|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
| Leadtools.Codecs Namespace : CodecsLoadByteOrder Enumeration |
public enum CodecsLoadByteOrder : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum CodecsLoadByteOrder Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As CodecsLoadByteOrder
public enum CodecsLoadByteOrder : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTCodecsLoadByteOrder)
public enum CodecsLoadByteOrder
Leadtools.Codecs.CodecsLoadByteOrder = function() { };
Leadtools.Codecs.CodecsLoadByteOrder.prototype = {<br/>
Rgb = 0,
Bgr = 1,
Gray = 2,
RgbOrGray = 3,
BgrOrGray = 4,
Romm = 5,
BgrOrGrayOrRomm = 6,
};
public enum class CodecsLoadByteOrder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsLoadByteOrder