Gets the pagesize.

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

Syntax

C#
public Rectangle PageSize { get; }
Visual Basic
Public ReadOnly Property PageSize As Rectangle
	Get
Visual C++
public:
property Rectangle^ PageSize {
	Rectangle^ get ();
}

Field Value

the page size

See Also