PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / LayoutChangeNewPage Class / Clone Method

In This Topic
    Clone Method (LayoutChangeNewPage)
    In This Topic
    Creates a copy of the current LayoutChangeBase object.
    Syntax
    'Declaration
     
    Public Function Clone() As LayoutChangeBase
    public LayoutChangeBase Clone()

    Return Value

    The newly created LayoutChangeBase object.
    See Also