VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFormat Class / Pdf_A Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Pdf_A Property (PdfFormat)
    In This Topic
    Gets the static instance of the PDF/A-1b format.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property Pdf_A As PdfFormat
    
    
    public static PdfFormat Pdf_A { get; }
    
    
    public: __property static PdfFormat* get_Pdf_A();
    
    
    
    public:
    static property PdfFormat^ Pdf_A { PdfFormat^ get(); }
    Remarks

    If you want to convert PDF document to other format (PDF/A-2b, PDF/A-3b,...), please use the following method: ConvertDocument(PdfDocumentConformance).

    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