[]
Creates a copy of the current TextLayout instance.
public TextLayout Clone(bool copyInlines = false, bool copyObjectRects = false)
Public Function Clone(Optional copyInlines As Boolean = False, Optional copyObjectRects As Boolean = False) As TextLayout
| Type | Name | Description |
|---|---|---|
| bool | copyInlines | Indicates whether to copy Inline objects with text data to the new instance of TextLayout. |
| bool | copyObjectRects | Indicates whether to copy ObjectRect embedded objects to the new instance of TextLayout. |
| Type | Description |
|---|---|
| TextLayout | The newly created instance of TextLayout. |