| Visual Basic (Declaration) | |
|---|---|
Public Enum SourceObjectType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SourceObjectType | |
| C# | |
|---|---|
public enum SourceObjectType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class SourceObjectType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Array | Indicates that the source is an array. |
| File | Indicates that the source is a file. |
| None | Indicates that no source has been defined (default). |
| Object | Indicates that the source is a COM object. |
| Stream | Indicates that the source is a stream object. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.SourceObjectType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code