[]
        
(Showing Draft Content)

C1.Win.Document.Utils.CopyStream

CopyStream Method

CopyStream(Stream, Stream)

Copies content of one stream to another.

Declaration
public static void CopyStream(Stream src, Stream dst)
Parameters
Type Name Description
Stream src

The source stream.

Stream dst

The destination stream.