PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / ParagraphImage Class / CreateSame Method

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

    Return Value

    New ParagraphImage object.
    See Also