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



ProcessorComponent Class
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
Inheritance Hierarchy

System.Object
   XTractFlow.API.Component.ProcessorComponent

See Also