WorkflowBlob Constructor (Stream)

Scanjour Workflow4 Reference Manual
Constructs new instance of WorkflowBlob and fills it with data from the given 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 WorkflowBlob(
	Stream source
)

Parameters

source
Type: System.IOStream
Stream to copy data from
See Also

Reference