PrintTicket.GetXmlStream Method
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.
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.