'Declaration Public Overloads Function Execute( _
ByVal pdfFilenameThe name of PDF file.As System.String, _
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.String pdfFilename,
Vintasoft.Imaging.Processing.ProcessingState processingState
)
public: Vintasoft.Imaging.Processing.ProcessingResult* Execute(
System.String pdfFilename,
Vintasoft.Imaging.Processing.ProcessingState* processingState
)
public:
Vintasoft.Imaging.Processing.ProcessingResult^ Execute(
System.String pdfFilename,
Vintasoft.Imaging.Processing.ProcessingState^ processingState
)
Parameters
- pdfFilename
- The name of PDF file.
- processingState
- An object that allows to monitior state of the processing process.
Return Value
The processing result.