Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Utils Class / CopyStream Method
The source stream.
The destination stream.

In This Topic
    CopyStream Method (Utils)
    In This Topic
    Copies content of one stream to another.
    Syntax
    'Declaration
     
    Public Shared Sub CopyStream( _
       ByVal src As Stream, _
       ByVal dst As Stream _
    ) 
    public static void CopyStream( 
       Stream src,
       Stream dst
    )

    Parameters

    src
    The source stream.
    dst
    The destination stream.
    See Also