Click or drag to resize

PdfNewDocument Clone Method

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

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override Object Clone()

Field Value

Type: Object
A 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.
See Also