VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs Namespace / PdfDocxCodec Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfDocxCodec Class
    In This Topic
    Provides the codec that allows to convert DOC or PDF document to a DOCX document. Also codec allows to decode DOCX or DOC document.
    Object Model
    PdfDocxCodec
    Syntax
    'Declaration
    
    Public Class PdfDocxCodec
       Inherits DocxCodec
    
    
    public class PdfDocxCodec : DocxCodec
    
    
    public __gc class PdfDocxCodec : public DocxCodec*
    
    
    public ref class PdfDocxCodec : public DocxCodec^
    
    
    Inheritance Hierarchy

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

    Requirements

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

    See Also