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

Public Overloads Shared Sub Serialize( _
ByVal stream
The System.IO.Stream where the FormDocumentTemplate must be serialized.
As System.IO.Stream, _
ByVal document
The FormDocumentTemplate to serialize.
As FormDocumentTemplate _
)

Parameters

stream
The System.IO.Stream where the FormDocumentTemplate must be serialized.
document
The FormDocumentTemplate to serialize.
Exceptions
ExceptionDescription
Thrown if stream or document 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