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()
Public Function Clone As DocumentProperty
public:
DocumentProperty^ Clone()
member Clone : unit -> DocumentProperty
Return Value
Type:
DocumentProperty
A new object that is a copy of this instance.
See Also