'Declaration Public Overloads Shared Sub Convert( _
ByVal imagesAn image collection.As Vintasoft.Imaging.ImageCollection, _
ByVal outputDocxStreamThe output DOCX stream.As System.IO.Stream, _
ByVal processingStateAn object that allows to monitior state of the processing process.As Vintasoft.Imaging.Processing.ProcessingState _
)
public static void Convert(
Vintasoft.Imaging.ImageCollection images,
System.IO.Stream outputDocxStream,
Vintasoft.Imaging.Processing.ProcessingState processingState
)
Parameters
- images
- An image collection.
- outputDocxStream
- The output DOCX stream.
- processingState
- An object that allows to monitior state of the processing process.