VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / PdfDocxCodec Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    PdfDocxCodec Class Members
    In This Topic
    The following tables list the members exposed by PdfDocxCodec.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfDocxCodec class.
    Public Fields
     NameDescription
    Public FieldThe DOCX codec name. (Inherited from DocxCodec)
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether codec can create decoder. (Inherited from DocxCodec)
    Public PropertyGets a value indicating whether codec can create encoder. (Inherited from DocxCodec)
    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. (Inherited from DocxCodec)
    Public MethodCreates a new encoder instance of the codec.
    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