'Declaration Public Overloads Function Execute( _
ByVal pdfStreamA stream that contains PDF document.As System.IO.Stream, _
ByVal processingStateAn object that allows to monitior state of the processing process.As Vintasoft.Imaging.Processing.ProcessingState _
) As Vintasoft.Imaging.Processing.ProcessingResult
public Vintasoft.Imaging.Processing.ProcessingResult Execute(
System.IO.Stream pdfStream,
Vintasoft.Imaging.Processing.ProcessingState processingState
)
Parameters
- pdfStream
- A stream that contains PDF document.
- processingState
- An object that allows to monitior state of the processing process.
Return Value
The processing result.