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

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

    Return Value

    The newly created object.
    See Also