VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAConverter Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfAConverter Class
    In This Topic
    Represents the abstract base class for converters, which convert PDF documents to conformance with PDF/A specification.
    Object Model
    FontProgramsControllerBase PdfCompressionSettings PdfAConverter
    Syntax
    'Declaration
    
    Public MustInherit Class PdfAConverter
       Inherits Vintasoft.Imaging.Pdf.Processing.PdfDocumentConverter
    
    
    public abstract class PdfAConverter : Vintasoft.Imaging.Pdf.Processing.PdfDocumentConverter
    
    
    public __gc abstract class PdfAConverter : public Vintasoft.Imaging.Pdf.Processing.PdfDocumentConverter*
    
    
    public ref class PdfAConverter abstract : public Vintasoft.Imaging.Pdf.Processing.PdfDocumentConverter^
    
    
    Remarks

    Converter will save converted document into new source if OutputFilename or OutputStream property is NOT null.
    Converter will save converted document into the current source if OutputFilename and OutputStream properties are null.

    Inheritance Hierarchy
    Requirements

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

    See Also