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

In This Topic
    CreateSame Method (ParagraphText)
    In This Topic
    Creates new empty ParagraphText object.
    Syntax
    'Declaration
     
    Protected Overrides Function CreateSame() As ParagraphObject
    protected override ParagraphObject CreateSame()

    Return Value

    New ParagraphText object.
    See Also