VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / NdpiCodec Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    NdpiCodec Class Members
    In This Topic
    The following tables list the members exposed by NdpiCodec.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the NdpiCodec class.
    Public Fields
     NameDescription
    Public FieldThe NDPI 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