PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / PageLayout Class / Clone() Method

In This Topic
    Clone() Method
    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
    public PageLayout Clone()

    Return Value

    The newly created PageLayout object.
    See Also