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

Collapse imageSyntax

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

Collapse imageSee Also