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

Collapse imageSyntax

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

Collapse imageSee Also