XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / Load Method / Load(Stream) Method
The Stream containing the document data



In This Topic
    Load(Stream) Method
    In This Topic
    Load an XdsDocument object from a stream
    Syntax
    Public Overloads Sub Load( _
       ByVal Stream As Stream _
    ) 
    Dim instance As XdsDocument
    Dim Stream As Stream
     
    instance.Load(Stream)
    public void Load( 
       Stream Stream
    )
    public:
    void Load( 
       Stream^ Stream
    ) 

    Parameters

    Stream
    The Stream containing the document data
    Remarks
    Unlike the Load(String) version, this overload has no means to determine the MimeType which must be set explicitly.
    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