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

In This Topic
    Clone Method (TagPage)
    In This Topic
    Creates a copy of the current NamedCollectionItem object. Note that the Owner property is not copied to the new object.
    Syntax
    'Declaration
     
    Public Function Clone() As NamedCollectionItem
    public NamedCollectionItem Clone()

    Return Value

    The newly created NamedCollectionItem object.
    See Also