addPageWithImage: method of the RTRCoreAPIExportOperation protocol
Adds the page to the export target.
- (BOOL)addPageWithImage:(UIImage*)page;
Parameters
- page
- The page that must be added to the export target.
Return values
The method returns YES if the page was successfully added. If an error occurred, NO is returned. See the error via an error property of the operation object.
3/2/2022 12:59:15 PM