C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / LayoutChangeNewPage Class / LayoutChangeNewPage Constructor / LayoutChangeNewPage Constructor(PageLayout)
The PageLayout to assign to the PageLayout property of the current instance.

In This Topic
LayoutChangeNewPage Constructor(PageLayout)
In This Topic
Initializes a new instance of the LayoutChangeNewPage class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageLayout As PageLayout _
)
 

Parameters

pageLayout
The PageLayout to assign to the PageLayout property of the current instance.
See Also