for GdPicture.NET
XTractFlow.API.Component Namespace / ProcessorComponent Class / EnableFieldsExtraction Property



In This Topic

    EnableFieldsExtraction Property

    In This Topic
    Specifies whether fields extraction is activated.
    Syntax
    'Declaration
     
    
    Public Property EnableFieldsExtraction As Boolean
    'Usage
     
    
    Dim instance As ProcessorComponent
    Dim value As Boolean
     
    instance.EnableFieldsExtraction = value
     
    value = instance.EnableFieldsExtraction
    public bool EnableFieldsExtraction {get; set;}
    public:
    property bool EnableFieldsExtraction {
       bool get();
       void set (    bool value);
    }

    Property Value

    Default value is false.
    See Also