PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / OutputRange Class / Clone Method

In This Topic
    Clone Method (OutputRange)
    In This Topic
    Clones the current OutputRange.
    Syntax
    'Declaration
     
    Public Function Clone() As OutputRange
    public OutputRange Clone()

    Return Value

    The newly created instance.
    See Also