C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageLayout Class / Clone Method

In This Topic
Clone Method (PageLayout)
In This Topic
Creates a copy of the current PageLayout object. All nested objects (render objects, page settings etc.) are cloned on the new object.
Syntax
'Declaration
 
Public Function Clone() As PageLayout
 

Return Value

The newly created PageLayout object.
See Also