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

Syntax

C#
public int ArabicOptions { get; set; }
Visual Basic
Public Property ArabicOptions As Integer
	Get
	Set
Visual C++
public:
property int ArabicOptions {
	int get ();
	void set (int value);
}

See Also