VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / DocxCodec Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
DocxCodec Class
In This Topic
Provides the codec that allows to convert DOC document to a DOCX document. Also codec allows to decode DOCX or DOC document.
Object Model
DocxCodec
Syntax
'Declaration

Public Class DocxCodec
   Inherits Codec

public class DocxCodec : Codec

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Codecs.Codec
      Vintasoft.Imaging.Codecs.DocxCodec
         Vintasoft.Imaging.Codecs.PdfDocxCodec

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also