for GdPicture.NET
XTractFlow.API.Component Namespace / ProcessorComponent Class
Members



In This Topic
    ProcessorComponent Class
    In This Topic
    Represents the structure of a processor component, a fundamental concept in XtractFlow. These reusable structures define the logic for each document processing workflow.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class ProcessorComponent 
    'Usage
     
    
    Dim instance As ProcessorComponent
    [Serializable()]
    public sealed class ProcessorComponent 
    [Serializable()]
    public ref class ProcessorComponent sealed 
    Inheritance Hierarchy

    System.Object
       XTractFlow.API.Component.ProcessorComponent

    See Also