VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormPageTemplate Class / Serialize Methods / Serialize(Stream,FormPageTemplate) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Serialize(Stream,FormPageTemplate) Method (FormPageTemplate)
    In This Topic
    Serializes the FormPageTemplate to the specified stream.
    Syntax
    'Declaration
    
    Public Overloads Shared Sub Serialize( _
    ByVal stream
    The System.IO.Stream where the FormPageTemplate must be serialized.
    As System.IO.Stream, _
    ByVal pageTemplate
    The FormPageTemplate to serialize.
    As FormPageTemplate _
    )

    Parameters

    stream
    The System.IO.Stream where the FormPageTemplate must be serialized.
    pageTemplate
    The FormPageTemplate to serialize.
    Exceptions
    ExceptionDescription
    Thrown if stream or document is null.
    Requirements

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

    See Also