VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormDocumentTemplate Class / Serialize Methods / Serialize(String,FormDocumentTemplate) Method
Syntax Requirements SeeAlso
In This Topic
    Serialize(String,FormDocumentTemplate) Method (FormDocumentTemplate)
    In This Topic
    Serializes the FormDocumentTemplate to the specified file.
    Syntax
    'Declaration
    
    Public Overloads Shared Sub Serialize( _
    ByVal filename
    The name of file where the FormDocumentTemplate must be serialized.
    As System.String, _
    ByVal document
    The FormDocumentTemplate to serialize.
    As FormDocumentTemplate _
    )
    public static void Serialize(
    System.String filename,
    FormDocumentTemplate document
    )
    public: static void Serialize(
    System.String filename,
    FormDocumentTemplate* document
    )
    public:
    static void Serialize(
    System.String filename,
    FormDocumentTemplate^ document
    )

    Parameters

    filename
    The name of file where the FormDocumentTemplate must be serialized.
    document
    The FormDocumentTemplate to serialize.
    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