C#
VB
C++
Specifies the source object type.
public enum SourceObjectType
Public Enum SourceObjectType
public enum class SourceObjectType
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Indicates that no source has been defined (default). |
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET