iTextSharp.text.pdf.intern.PdfXConformanceImp.IsPdfX1A2001 C# (CSharp) Method

IsPdfX1A2001() public method

public IsPdfX1A2001 ( ) : bool
return bool
        public bool IsPdfX1A2001()
        {
            return pdfxConformance == PdfWriter.PDFX1A2001;
        }