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

Syntax

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

See Also