for GdPicture.NET
XTractFlow.API.Document Namespace / TemplateField Class
Properties

In This Topic
    TemplateField Class Members
    In This Topic

    The following tables list the members exposed by TemplateField.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyA member of the XTractFlow.API.Document.Fields.FieldDataFormat enumeration specifying the format of the field.  
    Public Property Specifies the public name of the field.  
    Public PropertyDefines an optional collection of XTractFlow.API.Document.Fields.Validation.RegexFieldValidationMethod objects that specify the regular expression-based validation methods to be applied after the extraction process.  
    Public Property Specifies the semantic description of the field. E.g.: 'The customer's address mentioned on the invoice'.  
    Public PropertyDefines an optional collection of XTractFlow.API.Document.Fields.Validation.StandardFieldValidationMethod objects that specify the standard validation methods to be applied after the extraction process.  
    Top
    See Also