Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.devices |
The com.aspose.pdf.devices package provides classes which are used for representing
document as image(s) or a plain text.
|
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
InternalHelper.getUse24bppBitmap(RenderingOptions renderingOptions) |
static void |
InternalHelper.setUse24bppBitmap(RenderingOptions renderingOptions,
boolean b) |
Modifier and Type | Method and Description |
---|---|
RenderingOptions |
ImageDevice.getRenderingOptions()
Gets rendering options.
|
RenderingOptions |
TiffDevice.getRenderingOptions()
Gets rendering options.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageDevice.setRenderingOptions(RenderingOptions value)
Sets rendering options.
|
void |
TiffDevice.setRenderingOptions(RenderingOptions value)
Sets rendering options.
|
Modifier and Type | Method and Description |
---|---|
RenderingOptions |
PdfConverter.getRenderingOptions()
Gets rendering options.
|
RenderingOptions |
PdfViewer.getRenderingOptions()
Gets rendering options.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfConverter.setRenderingOptions(RenderingOptions value)
Sets rendering options.
|
void |
PdfViewer.setRenderingOptions(RenderingOptions value)
Sets rendering options.
|
Copyright © 2023 Aspose. All Rights Reserved.