PagePrintTicket Class

Class incapsulating features of a page-level print ticket
Inheritance Hierarchy

Namespace:  Aspose.Page.XPS.XpsMetadata
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public sealed class PagePrintTicket : PrintTicket

The PagePrintTicket type exposes the following members.

Constructors
  NameDescription
Public methodPagePrintTicket
Creates page-level print ticket instance.
Methods
  NameDescription
Public methodAdd
Adds list of items to the end of print ticket items list. Each one can be Feature, Option or Property object.
(Inherited from PrintTicket.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from PrintTicket.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also