'Declaration Public Overloads Shared Sub Convert( _
ByVal imagesAn image collection.As Vintasoft.Imaging.ImageCollection, _
ByVal outputDocxFilenameThe output DOCX filename.As System.String, _
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.String outputDocxFilename,
Vintasoft.Imaging.Processing.ProcessingState processingState
)
public: static void Convert(
Vintasoft.Imaging.ImageCollection* images,
System.String outputDocxFilename,
Vintasoft.Imaging.Processing.ProcessingState* processingState
)
public:
static void Convert(
Vintasoft.Imaging.ImageCollection^ images,
System.String outputDocxFilename,
Vintasoft.Imaging.Processing.ProcessingState^ processingState
)
Parameters
- images
- An image collection.
- outputDocxFilename
- The output DOCX filename.
- processingState
- An object that allows to monitior state of the processing process.