Initializes a new instance of the DocumentPageLayouts class.

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

Syntax

C#
public DocumentPageLayouts(
	C1PrintDocument owner
)
Visual Basic
Public Sub New ( _
	owner As C1PrintDocument _
)

Parameters

owner
Type: C1.C1Preview..::..C1PrintDocument
The C1PrintDocument that is the owner of the current instance.

See Also