for GdPicture.NET
XTractFlow.API Namespace / DocumentProcessor Class / Process Method / Process(Stream,ProcessorComponent) Method
A System.IO.Stream object holding the document content for processing.
A XTractFlow.API.Component.ProcessorComponent object containing the workflow logic for processing.



In This Topic

    Process(Stream,ProcessorComponent) Method

    In This Topic
    Processes a document sourced from a System.IO.Stream object.
    Syntax
    'Declaration
     
    
    Public Overloads Function Process( _
       ByVal stream As Stream, _
       ByVal component As ProcessorComponent _
    ) As ProcessorResult
    'Usage
     
    
    Dim instance As DocumentProcessor
    Dim stream As Stream
    Dim component As ProcessorComponent
    Dim value As ProcessorResult
     
    value = instance.Process(stream, component)

    Parameters

    stream
    A System.IO.Stream object holding the document content for processing.
    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