for GdPicture.NET
XTractFlow.API.Document Namespace / DocumentTemplate Class / Fields Property



In This Topic

    Fields Property

    In This Topic
    Specifies a set of fields associated with the document template for use in the optional extraction process.
    Syntax
    'Declaration
     
    
    Public Property Fields As IReadOnlyCollection(Of TemplateField)
    'Usage
     
    
    Dim instance As DocumentTemplate
    Dim value As IReadOnlyCollection(Of TemplateField)
     
    instance.Fields = value
     
    value = instance.Fields
    public IReadOnlyCollection<TemplateField> Fields {get; set;}
    See Also