Click or drag to resize

AnnotationExporterCopyStream Method

Copies the entire source stream to the destination stream.

Namespace:  Atalasoft.Annotate.UI.Exporters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void CopyStream(
	Stream sourceStream,
	Stream destStream
)

Parameters

sourceStream
Type: System.IOStream
A non-null stream with annotation source data
destStream
Type: System.IOStream
a non-null stream to which the source data will be copied.
See Also