XpsSerializationPrintTicketRequiredEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the XpsSerializationPrintTicketRequired event.
public ref class XpsSerializationPrintTicketRequiredEventArgs : EventArgs
public class XpsSerializationPrintTicketRequiredEventArgs : EventArgs
type XpsSerializationPrintTicketRequiredEventArgs = class
inherit EventArgs
Public Class XpsSerializationPrintTicketRequiredEventArgs
Inherits EventArgs
- Inheritance
Constructors
XpsSerializationPrintTicketRequiredEventArgs(PrintTicketLevel, Int32) |
Initializes a new instance of the XpsSerializationPrintTicketRequiredEventArgs class. |
Properties
PrintTicket |
Gets or sets the PrintTicket that is used in the writing operation. |
PrintTicketLevel |
Gets a value that indicates the scope of the PrintTicket. |
Sequence |
Gets either the total number of pages or the number of documents in the print job. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |