CreateExportToPngOperation method
Creates an operation for exporting image to PNG.
IExportToPngOperation CreateExportToPngOperation(Stream stream);
Parameters
- stream
- The output stream to which the exported data will be written.
Return values
The method returns an object implementing the IExportToPngOperation interface.
3/2/2022 12:59:15 PM