Leadtools.Multimedia Namespace : SourceObjectType Enumeration |
'Declaration Public Enum SourceObjectType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SourceObjectType
public enum SourceObjectType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class SourceObjectType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | File | Indicates that the source is a file. |
0x00000003 | Array | Indicates that the source is an array. |
0x00000004 | Object | Indicates that the source is a COM object. |
0x00000005 | Stream | Indicates that the source is a stream object. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.SourceObjectType