AddImage method
Defines the image to be exported.
void AddImage(IImage image);
Parameters
- image
- Captured image to be exported, represented by an IImage object.
Note: Please note, that only one captured image can be exported via this method. On attempt to call this method repeatedly an exception will be thrown.
3/2/2022 12:59:15 PM