Namespace: iTextSharp.text.pdf.interfaces
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
int PDFXConformance { get; set; }
Visual Basic
Property PDFXConformance As Integer
	Get
	Set
Visual C++
property int PDFXConformance {
	int get ();
	void set (int value);
}

See Also