RTRCoreAPIExportOperation protocol
Export operation protocol. Inherits from the RTRCoreAPIImageOperation protocol.
Images are added to the export operation as pages. Some export operations support adding multiple pages and some do not. Export operations should be properly closed with the close method to ensure that all required content has been written to the output stream.
Methods
Name | Description |
---|---|
- addPageWithImage: | Adds the page to the export target. |
- close: | Call this method to ensure that all required content has been written to the output stream. |
3/2/2022 12:59:15 PM