ExportOperation interface
Export operations operate on the provided output stream. Images are added as pages. Some export operations support adding multiple pages and some do not. Export operations are AutoClosable objects and should be properly closed to ensure that all required content has been written to the output stream.
Methods
Name | Description |
---|---|
addPage | Adds a page to the export target. |
Enumerations
Name | Description |
---|---|
Compression | A uniform image compression scale for all lossy formats. |
CompressionType | The type of compression for page files depending on the base image format. |
3/2/2022 12:59:15 PM