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

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

    Return Value

    The newly created ParagraphObject object.
    See Also