IXpsFixedDocumentReader.PrintTicket Eigenschaft

Definition

Ruft den PrintTicket, falls vorhanden, der zugeordnet ist .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

Eigenschaftswert

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

Hinweise

Weitere Informationen zum PrintTicket Teil eines XML Paper Specification (XPS)-Dokuments finden Sie in Kapitel 2 in der XPS-Spezifikation, die Sie unter XPS: Spezifikations- und Lizenzdownloads erhalten können.

Gilt für:

Weitere Informationen