for GdPicture.NET
XTractFlow.API.Document Namespace / DocumentTemplate Class
Properties Methods

In This Topic
    DocumentTemplate Class Members
    In This Topic

    The following tables list the members exposed by DocumentTemplate.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Specifies a set of fields associated with the document template for use in the optional extraction process.  
    Public Property Specifies an optional template hints object.  
    Public Property Specifies the unique identifier of the template.  
    Public Property Specifies the public name of the document template.  
    Public Property Specifies the semantic description of the document template. E.g.: 'an invoice, also known as a bill or sales invoice'.  
    Top
    Public Methods
     NameDescription
    Public Method Adds a field to the document template.  
    Public Methodstatic (Shared in Visual Basic)Creates a DocumentTemplate object from a JSON definition.  
    Public Methodstatic (Shared in Visual Basic) This static method retrieves all predefined document templates available in XtractFlow. Each returned document template object has its own lifecycle and can be modified to create customized templates.  
    Public Method Indicates if the document template has any fields.  
    Public MethodOverloaded.  Removes a field from the document template.  
    Public MethodReturns the JSON definition of the DocumentTemplate instance.  
    Top
    See Also