VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormPageTemplate Class / Deserialize Methods / Deserialize(Stream) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Deserialize(Stream) Method (FormPageTemplate)
    In This Topic
    Deserializes the FormPageTemplate 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 FormPageTemplate
    public static FormPageTemplate Deserialize(
    System.IO.Stream stream
    )
    public: static FormPageTemplate* Deserialize(
    System.IO.Stream* stream
    )
    public:
    static FormPageTemplate^ 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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also