Package | Description |
---|---|
com.aspose.xps.rendering |
Modifier and Type | Method and Description |
---|---|
PdfTextCompression |
PdfSaveOptions.getTextCompression()
Returns the compression type to be used for all content streams except images.
|
static PdfTextCompression |
PdfTextCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfTextCompression[] |
PdfTextCompression.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.setTextCompression(PdfTextCompression value)
Sets the compression type to be used for all content streams except images.
|