IXpsFixedDocumentSequenceReader.PrintTicket Property
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.
Gets the PrintTicket, if one exists, that is associated with the FixedDocument.
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 sequence; or null
, if no print ticket exists for the document.
Remarks
For more information about the PrintTicket part of an XML Paper Specification (XPS) sequence, see chapter 2 in the XPS specification, which you can obtain at XPS: Specification and License Downloads.