| Package | Description |
|---|---|
| com.aspose.xps.rendering |
The com.aspose.xps.rendering package provides base classes for rendering XPS document to other formats.
|
| Modifier and Type | Method and Description |
|---|---|
PdfImageCompression |
PdfSaveOptions.getImageCompression()
Returns the compression type to be used for all images in the document.
|
static PdfImageCompression |
PdfImageCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfImageCompression[] |
PdfImageCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfSaveOptions.setImageCompression(PdfImageCompression value)
Sets the compression type to be used for all images in the document.
|
Copyright © 2025 Aspose. All Rights Reserved.