Creates a new object that is a copy of the current instance.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public override Object Clone()
Public Overrides Function Clone As Object
public: virtual Object^ Clone() override
abstract Clone : unit -> Object override Clone : unit -> Object
Field Value
ObjectA new object that is a copy of this instance.
Remarks
The resulting clone must be of the same type as or a compatible type to the original instance.