'Declaration Public Overloads Function Convert( _
ByVal inStreamThe input stream of PDF document.As System.IO.Stream, _
ByVal outStreamThe output stream of PDF document.As System.IO.Stream, _
ByVal processingStateThe processing state.As Vintasoft.Imaging.Processing.ProcessingState _
) As Vintasoft.Imaging.Processing.ConversionProfileResult
public Vintasoft.Imaging.Processing.ConversionProfileResult Convert(
System.IO.Stream inStream,
System.IO.Stream outStream,
Vintasoft.Imaging.Processing.ProcessingState processingState
)
Parameters
- inStream
- The input stream of PDF document.
- outStream
- The output stream of PDF document.
- processingState
- The processing state.
Return Value
Result of conversion process.