PdfPageTransition
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 Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
Object
A new object that is a copy of this instance.
Implements
ICloneable
Clone
See Also