VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / VmsCodec Class
Constructors Properties Methods Fields SeeAlso
In This Topic
VmsCodec Class Members
In This Topic
The following tables list the members exposed by VmsCodec.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VmsCodec class.
Public Fields
 NameDescription
Public FieldThe VMS codec name.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether codec can create decoder. (Inherited from WsiCodecBase)
Public PropertyGets a value indicating whether codec can create encoder. (Inherited from WsiCodecBase)
Public PropertyGets an array that contains the file extensions which are associated with codec. (Inherited from Codec)
Public PropertyGets the codec name. (Inherited from Codec)
Public Methods
 NameDescription
Public MethodOverloaded. Creates a new decoder instance for decoding specified stream.
Public MethodCreates a new encoder instance of the codec. (Inherited from WsiCodecBase)
Public Methodstatic (Shared in Visual Basic)Creates a standard codec by name. (Inherited from Codec)
Public MethodReturns a string representation of this object. (Inherited from Codec)
See Also