Click or drag to resize

DocumentProperty Clone Method

Creates a new object that is a copy of the current instance.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public DocumentProperty Clone()

Return Value

Type: DocumentProperty
A new object that is a copy of this instance.
See Also