VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormDocumentTemplate Class / Deserialize Methods / Deserialize(String) Method
Syntax Requirements SeeAlso
In This Topic
    Deserialize(String) Method (FormDocumentTemplate)
    In This Topic
    Deserializes the FormDocumentTemplate from the specified file.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Deserialize( _
    ByVal filename
    The name of file that contains serialized object in the XML format.
    As System.String _
    ) As FormDocumentTemplate
    public static FormDocumentTemplate Deserialize(
    System.String filename
    )
    public: static FormDocumentTemplate* Deserialize(
    System.String filename
    )
    public:
    static FormDocumentTemplate^ Deserialize(
    System.String filename
    )

    Parameters

    filename
    The name of file that contains serialized object in the XML format.

    Return Value

    The deserialized object.
    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