C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class / DocumentPageLayouts Constructor
The C1PrintDocument that is the owner of the current instance.

In This Topic
DocumentPageLayouts Constructor
In This Topic
Initializes a new instance of the DocumentPageLayouts class.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As C1PrintDocument _
)
 

Parameters

owner
The C1PrintDocument that is the owner of the current instance.
See Also