for GdPicture.NET
XTractFlow.API Namespace / DocumentProcessor Class / Process Method / Process(String,ProcessorComponent) Method
Specifies the path of the document being processed.
A XTractFlow.API.Component.ProcessorComponent object containing the workflow logic for processing.



In This Topic

    Process(String,ProcessorComponent) Method

    In This Topic
    Processes a document from a file source.
    Syntax
    'Declaration
     
    
    Public Overloads Function Process( _
       ByVal filePath As String, _
       ByVal component As ProcessorComponent _
    ) As ProcessorResult
    'Usage
     
    
    Dim instance As DocumentProcessor
    Dim filePath As String
    Dim component As ProcessorComponent
    Dim value As ProcessorResult
     
    value = instance.Process(filePath, component)

    Parameters

    filePath
    Specifies the path of the document being processed.
    component
    A XTractFlow.API.Component.ProcessorComponent object containing the workflow logic for processing.

    Return Value

    A XTractFlow.API.Result.ProcessorResult object containing the processing outcome.
    Exceptions
    ExceptionDescription
     
    See Also