Click or drag to resize

Break CloneImpl Method

Clones the current object using the default cloning behavior.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
protected override Object CloneImpl()

Return Value

Type: Object
A new object that is a copy of the current object.
See Also