Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / Clone Method
Indicates whether to copy Inline objects with text data to the new instance of TextLayout.
Indicates whether to copy ObjectRect embedded objects to the new instance of TextLayout.

In This Topic
    Clone Method (TextLayout)
    In This Topic
    Creates a copy of the current TextLayout instance.
    Syntax
    'Declaration
     
    Public Function Clone( _
       Optional ByVal copyInlines As System.Boolean, _
       Optional ByVal copyObjectRects As System.Boolean _
    ) As TextLayout
    public TextLayout Clone( 
       System.bool copyInlines,
       System.bool copyObjectRects
    )

    Parameters

    copyInlines
    Indicates whether to copy Inline objects with text data to the new instance of TextLayout.
    copyObjectRects
    Indicates whether to copy ObjectRect embedded objects to the new instance of TextLayout.

    Return Value

    The newly created instance of TextLayout.
    See Also