Table of Contents

Interface IPdfXConformance

Namespace
iTextSharp.text.pdf.interfaces
Assembly
iTextSharp.LGPLv2.Core.dll
public interface IPdfXConformance

Properties

PdfxConformance

Sets the PDF/X conformance level. Allowed values are PDFX1A2001, PDFX32002, PDFA1A and PDFA1B. It must be called before opening the document.

int PdfxConformance { get; set; }

Property Value

int

Methods

IsPdfX()

Checks if the PDF/X Conformance is necessary.

bool IsPdfX()

Returns

bool

true if the PDF has to be in conformance with any of the PDF/X specifications