'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.