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