Click or drag to resize

DocumentToJson Method (Stream)

Serializes current instance to the provided stream.

Namespace:  Atalasoft.Imaging.WebControls.Text
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void ToJson(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to serialize the document.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
See Also