addPage method of the ExportOperation interface
Adds a bitmap image as a page to the export target.
void addPage( Bitmap bitmap ) throws IOException;
Parameters
- bitmap
- The bitmap image to be added.
Exceptions
Throws java.io.IOException if a required library or resource is not found or could not be loaded.
02.03.2022 12:59:15