VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / PdfARequestParams Class / pdfAFormat Property
Syntax Requirements SeeAlso
In This Topic
    pdfAFormat Property (PdfARequestParams)
    In This Topic
    Gets or set the version of PDF/A format that should be used for PDF/A conversion/verification of PDF document.
    Syntax
    'Declaration
    
    Public Property pdfAFormat As String
    
    
    public string pdfAFormat { get; set; }
    
    
    public: __property string* get_pdfAFormat();
    public: __property void set_pdfAFormat(
    string* value
    );
    public:
    property string^ pdfAFormat { string^ get(); void set(string^ value); }
    Requirements

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

    See Also