Constructs a new Document-object.

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

Syntax

C#
public Document(
	Rectangle pageSize
)
Visual Basic
Public Sub New ( _
	pageSize As Rectangle _
)
Visual C++
public:
Document(
	Rectangle^ pageSize
)

Parameters

pageSize
Type: iTextSharp.text..::..Rectangle
the pageSize

See Also