Intersoft ClientUI Documentation
XPSDocument Constructor(Stream)
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSDocument Class > XPSDocument Constructor : XPSDocument Constructor(Stream)






stream
A stream data which holds XPS document.
Initializes a new instance of XPSDocument class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal stream As Stream _
)
Visual Basic (Usage)Copy Code
Dim stream As Stream
 
Dim instance As New XPSDocument(stream)
C# 
public XPSDocument( 
   Stream stream
)
Delphi 
public XPSDocument( 
    stream: Stream
); 
JScript 
public function XPSDocument( 
   stream : Stream
);
Managed Extensions for C++ 
public: XPSDocument( 
   Stream* stream
)
C++/CLI 
public:
XPSDocument( 
   Stream^ stream
)

Parameters

stream
A stream data which holds XPS document.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.