PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / ParagraphObject Class / CreateSame Method

In This Topic
    CreateSame Method (ParagraphObject)
    In This Topic
    Creates instance of object same type as current ParagraphObject object.
    Syntax
    'Declaration
     
    Protected MustOverride Function CreateSame() As ParagraphObject
    protected abstract ParagraphObject CreateSame()

    Return Value

    Created paragraph object.
    See Also