Initializes a new instance of the DocumentLocation class.

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

Syntax

C#
public DocumentLocation(
	int pageNo,
	int pageIndex,
	RectangleD bounds,
	UnitTypeEnum units,
	float dpi
)
Visual Basic
Public Sub New ( _
	pageNo As Integer, _
	pageIndex As Integer, _
	bounds As RectangleD, _
	units As UnitTypeEnum, _
	dpi As Single _
)

Parameters

pageNo
Type: System..::..Int32
The logical page number.
pageIndex
Type: System..::..Int32
The 0-based page index.
bounds
Type: C1.C1Preview..::..RectangleD
The bounds on page (specified in units).
units
Type: C1.C1Preview..::..UnitTypeEnum
The units used to specify bounds.
dpi
Type: System..::..Single
The resolution if units is pixels.

See Also