Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / PdfUa Property

In This Topic
    PdfUa Property
    In This Topic
    Gets or sets the PDF/UA conformance version. Null indicates that the document is not PDF/UA compliant.
    Syntax
    'Declaration
     
    Public Property PdfUa As System.Nullable(Of Integer)
    public System.Nullable<int> PdfUa {get; set;}
    See Also