VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA3bVerifier Class / PdfA3bVerifier Constructors / PdfA3bVerifier Constructor(String,String)
Syntax Requirements SeeAlso
In This Topic
    PdfA3bVerifier Constructor(String,String)
    In This Topic
    Initializes a new instance of the PdfA3bVerifier class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal pdfAPart
    The PDF/A part.
    As System.String, _
    ByVal pdfAConformance
    The PDF/A conformance.
    As System.String _
    )
    protected PdfA3bVerifier(
    System.String pdfAPart,
    System.String pdfAConformance
    )
    protected: PdfA3bVerifier(
    System.String pdfAPart,
    System.String pdfAConformance
    )
    protected:
    PdfA3bVerifier(
    System.String pdfAPart,
    System.String pdfAConformance
    )

    Parameters

    pdfAPart
    The PDF/A part.
    pdfAConformance
    The PDF/A conformance.
    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