VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Formatters Namespace / FormFieldTemplateFormatter Class / Serialize(Stream,Object) Method
Syntax Requirements SeeAlso
In This Topic
Serialize(Stream,Object) Method (FormFieldTemplateFormatter)
In This Topic
Serializes a FormDocumentTemplate or FormPageTemplate object to the provided stream.
Syntax
'Declaration

Public MustOverride Sub Serialize( _
ByVal serializationStream
The stream where the formatter puts the serialized data.
As System.IO.Stream, _
ByVal graph
The FormDocumentTemplate or FormPageTemplate object to serialize. All nested field templates are automatically serialized.
As System.Object _
)
public abstract void Serialize(
System.IO.Stream serializationStream,
System.Object graph
)

Parameters

serializationStream
The stream where the formatter puts the serialized data.
graph
The FormDocumentTemplate or FormPageTemplate object to serialize. All nested field templates are automatically serialized.
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