PrintTicket.Clone Method

Definition

Creates a modifiable clone of this PrintTicket, making deep copies of this object's values.

public:
 System::Printing::PrintTicket ^ Clone();
public System.Printing.PrintTicket Clone ();
member this.Clone : unit -> System.Printing.PrintTicket
Public Function Clone () As PrintTicket

Returns

A modifiable clone of the current object.

Applies to