Initializes a new instance of the DocumentLocation class.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public DocumentLocation(
	C1Page page,
	RectangleD bounds
)
Visual Basic
Public Sub New ( _
	page As C1Page, _
	bounds As RectangleD _
)

Parameters

page
Type: C1.C1Preview..::..C1Page
The target document page.
bounds
Type: C1.C1Preview..::..RectangleD
The target bounds on page.

See Also