VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / Codec Class
Constructors Properties Methods SeeAlso
In This Topic
    Codec Class Members
    In This Topic
    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