You are here: Start » FIL.NET » Serializer.Read Method

Serializer.Read Method

Reads a single [In, Out] FilNet::DataMatrixDetectionParams^% value from the given .

Namespace:FilNet.Serialization
Assembly:FIL.NET.TS.dll

Syntax

public static void Read
(
	System.IO.Stream stream,
	ref FilNet.DataMatrixDetectionParams value
)

Parameters

Name Type Range Default Description
streamSystem.IO.Stream
valueFilNet.DataMatrixDetectionParams

Function Overrides

See also