VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAVerifier Class / PdfAFormat Property
Syntax Requirements SeeAlso
In This Topic
    PdfAFormat Property (PdfAVerifier)
    In This Topic
    Gets the PDF/A format of this verifier.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The PDF/A format of this verifier.")>
    Public ReadOnly Property PdfAFormat As System.String
    
    
    [Description("The PDF/A format of this verifier.")]
    public System.String PdfAFormat { get; }
    
    
    [Description("The PDF/A format of this verifier.")]
    public: __property System.String get_PdfAFormat();
    
    
    
    [Description("The PDF/A format of this verifier.")]
    public:
    property System.String PdfAFormat { System.String get(); }
    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