for GdPicture.NET
XTractFlow.API.Document Namespace / DocumentTemplate Class / FromJson Method
Specifies the JSON definition of the DocumentTemplate object to create.



In This Topic

    FromJson Method (DocumentTemplate)

    In This Topic
    Creates a DocumentTemplate object from a JSON definition.
    Syntax
    'Declaration
     
    
    Public Shared Function FromJson( _
       ByVal json As String _
    ) As DocumentTemplate
    'Usage
     
    
    Dim json As String
    Dim value As DocumentTemplate
     
    value = DocumentTemplate.FromJson(json)
    public static DocumentTemplate FromJson( 
       string json
    )
    public:
    static DocumentTemplate^ FromJson( 
       String^ json
    ) 

    Parameters

    json
    Specifies the JSON definition of the DocumentTemplate object to create.

    Return Value

    See Also