Intersoft ClientUI Documentation
XPSDocument Constructor(Stream)



A stream data which holds XPS document.
Initializes a new instance of XPSDocument class.
Syntax
Public Function New( _
   ByVal stream As Stream _
)
Dim stream As Stream
 
Dim instance As New XPSDocument(stream)
public XPSDocument( 
   Stream stream
)
public:
XPSDocument( 
   Stream^ stream
)

Parameters

stream
A stream data which holds XPS document.
Requirements

Target Platforms: 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

See Also

Reference

XPSDocument Class
XPSDocument Members
Overload List

Send Feedback