Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / PdfACompliant Property

In This Topic
    PdfACompliant Property
    In This Topic
    Gets or sets a value indicating whether the document is PDF/A compliant.
    Syntax
    'Declaration
     
    Public Property PdfACompliant As System.Boolean
    public System.bool PdfACompliant {get; set;}
    See Also