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

Syntax

C#
public bool Isolated { set; }
Visual Basic
Public WriteOnly Property Isolated As Boolean
	Set
Visual C++
public:
property bool Isolated {
	void set (bool value);
}

See Also