'Declaration Public Overloads Sub Compress( _
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 _
)
public void Compress(
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.