WorkflowBlobCopyTo Method

Scanjour Workflow4 Reference Manual
Copies blob content to stream.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public void CopyTo(
	Stream target
)

Parameters

target
Type: System.IOStream
The target stream.
Exceptions

ExceptionCondition
ArgumentNullExceptiontarget
See Also

Reference