IXpsFixedPageReader.PrintTicket Property

Definition

Gets the PrintTicket, if a ticket exists, that is associated with the FixedPage.

public:
 property System::Printing::PrintTicket ^ PrintTicket { System::Printing::PrintTicket ^ get(); };
public System.Printing.PrintTicket PrintTicket { get; }
member this.PrintTicket : System.Printing.PrintTicket
Public ReadOnly Property PrintTicket As PrintTicket

Property Value

A PrintTicket that contains the default printing options for the page; or null if no PrintTicket exists for the page.

Remarks

For more information about the PrintTicket part of an XML Paper Specification (XPS) page, see chapter 2 in the XPS specification, which you can obtain at XPS: Specification and License Downloads.

Applies to

See also