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