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

Collapse imageSyntax

C#
protected bool AddedCompletely { get; set; }
Visual Basic
Protected Property AddedCompletely As Boolean
	Get
	Set
Visual C++
protected:
property bool AddedCompletely {
	bool get ();
	void set (bool value);
}

Collapse imageSee Also