PrintTicket.GetXmlStream Method

Definition

Returns a MemoryStream object that represents the property values of a PrintTicket as an XML stream that conforms to the Print Schema.

public:
 System::IO::MemoryStream ^ GetXmlStream();
public System.IO.MemoryStream GetXmlStream ();
member this.GetXmlStream : unit -> System.IO.MemoryStream
Public Function GetXmlStream () As MemoryStream

Returns

A MemoryStream object that describes the print ticket with XML that conforms to the Print Schema.

Remarks

If any properties of the PrintTicket are null, they will simply not be included in the XML markup.

If the PrintTicket object was constructed with a PrintTicket document that contains markup elements not represented by any of the PrintTicket class's public properties, those elements will be included in the PrintTicket document returned by this method.

Applies to

See also