This documentation is archived and is not being maintained.
PrintTicket::GetXmlStream Method
Visual Studio 2010
Returns a MemoryStream object that represents the property values of a PrintTicket as an XML stream that conforms to the Print Schema.
Assembly: ReachFramework (in ReachFramework.dll)
Return Value
Type: System.IO::MemoryStreamA MemoryStream object that describes the print ticket with XML that conforms to the Print Schema.
If any properties of the PrintTicket are nullptr, 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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: