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



In This Topic
    TemplateField Class
    In This Topic
    Represents the structure of a field within a document template. A field represents a piece of data that must be extracted or deciphered from the input document.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class TemplateField 
    'Usage
     
    
    Dim instance As TemplateField
    [Serializable()]
    public sealed class TemplateField 
    [Serializable()]
    public ref class TemplateField sealed 
    Inheritance Hierarchy

    System.Object
       XTractFlow.API.Document.TemplateField

    See Also