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

Collapse imageSyntax

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

Collapse imageSee Also