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

Syntax

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

See Also