VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormDocumentTemplate Class / Deserialize Methods / Deserialize(Stream) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Deserialize(Stream) Method (FormDocumentTemplate)
In This Topic
Deserializes the FormDocumentTemplate from the specified stream.
Syntax
'Declaration

Public Overloads Shared Function Deserialize( _
ByVal stream
The System.IO.Stream that contains serialized object in the XML format.
As System.IO.Stream _
) As FormDocumentTemplate
public static FormDocumentTemplate Deserialize(
System.IO.Stream stream
)

Parameters

stream
The System.IO.Stream that contains serialized object in the XML format.

Return Value

The deserialized object.
Exceptions
ExceptionDescription
Thrown if stream is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also