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 |
---|---|
Resolution |
ImagePlacement.getResolution()
Gets resolution of the Image.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
Page.asByteArray(Resolution resolution)
Converts current page as BMP bitmap and than returns array of bytes.
|
Modifier and Type | Method and Description |
---|---|
Resolution |
ImageDevice.getResolution()
Gets image resolution.
|
Resolution |
TiffDevice.getResolution()
Gets image resolution.
|
Constructor and Description |
---|
BmpDevice(int width,
int height,
Resolution resolution)
Initializes a new instance of the
BmpDevice class with provided image dimensions and
resolution. |
BmpDevice(PageSize pageSize,
Resolution resolution)
Initializes a new instance of the
BmpDevice class with provided page size and
resolution. |
BmpDevice(Resolution resolution)
Initializes a new instance of the
BmpDevice class. |
EmfDevice(int width,
int height,
Resolution resolution)
Initializes a new instance of the
JpegDevice class with provided image dimensions,
and resolution for the raster image written to emf. |
EmfDevice(PageSize pageSize,
Resolution resolution)
Initializes a new instance of the
JpegDevice class with provided page size, and
resolution for the raster image written to emf. |
EmfDevice(Resolution resolution)
Initializes a new instance of the
EmfDevice class. |
GifDevice(int width,
int height,
Resolution resolution)
Initializes a new instance of the
GifDevice class with provided image dimensions and
resolution. |
GifDevice(PageSize pageSize,
Resolution resolution)
Initializes a new instance of the
GifDevice class with provided page size and
resolution. |
GifDevice(Resolution resolution)
Initializes a new instance of the
GifDevice class. |
GraphicsDevice(Point origin,
int paperWidth,
int paperHeight,
com.aspose.ms.System.Drawing.Rectangle marginBounds,
float scaleFactor,
Resolution resolution,
int rotateDegrees,
boolean autoSize,
int verticalAlignment,
int horizontalAlignment,
boolean isXpsPrinting)
Initializes a new instance of the
GraphicsDevice class with provided image dimensions
and resolution. |
ImageDevice(int width,
int height,
Resolution resolution)
Initializes a new instance of the
JpegDevice class with provided image dimensions and
resolution. |
ImageDevice(PageSize pageSize,
Resolution resolution)
Initializes a new instance of the
JpegDevice class with provided image dimensions and
resolution. |
ImageDevice(Resolution resolution)
Abstract initializer for
ImageDevice descendants. |
JpegDevice(int width,
int height,
Resolution resolution)
Initializes a new instance of the
JpegDevice class with provided image dimensions,
resolution and maximum quality. |
JpegDevice(int width,
int height,
Resolution resolution,
int quality)
Initializes a new instance of the
JpegDevice class with provided image dimensions,
resolution and quality. |
JpegDevice(PageSize pageSize,
Resolution resolution)
Initializes a new instance of the
JpegDevice class with provided page size,
resolution and maximum quality. |
JpegDevice(PageSize pageSize,
Resolution resolution,
int quality)
Initializes a new instance of the
JpegDevice class with provided page size,
resolution and quality. |
JpegDevice(Resolution resolution)
Initializes a new instance of the
JpegDevice class. |
JpegDevice(Resolution resolution,
int quality)
Initializes a new instance of the
JpegDevice class. |
PngDevice(int width,
int height,
Resolution resolution)
Initializes a new instance of the
PngDevice class with provided image dimensions and
resolution. |
PngDevice(PageSize pageSize,
Resolution resolution)
Initializes a new instance of the
PngDevice class with provided page size and
resolution. |
PngDevice(Resolution resolution)
Initializes a new instance of the
PngDevice class. |
TiffDevice(int width,
int height,
Resolution resolution)
Initializes a new instance of the
TiffDevice class. |
TiffDevice(int width,
int height,
Resolution resolution,
TiffSettings settings)
Initializes a new instance of the
TiffDevice class. |
TiffDevice(int width,
int height,
Resolution resolution,
TiffSettings settings,
IIndexBitmapConverter converter)
Initializes a new instance of the
TiffDevice class. |
TiffDevice(PageSize pageSize,
Resolution resolution)
Initializes a new instance of the
TiffDevice class. |
TiffDevice(PageSize pageSize,
Resolution resolution,
TiffSettings settings)
Initializes a new instance of the
TiffDevice class. |
TiffDevice(PageSize pageSize,
Resolution resolution,
TiffSettings settings,
IIndexBitmapConverter converter)
Initializes a new instance of the
TiffDevice class. |
TiffDevice(Resolution resolution)
Initializes a new instance of the
TiffDevice class. |
TiffDevice(Resolution resolution,
TiffSettings settings)
Initializes a new instance of the
TiffDevice class. |
TiffDevice(Resolution resolution,
TiffSettings settings,
IIndexBitmapConverter converter)
Initializes a new instance of the
TiffDevice class. |
Modifier and Type | Method and Description |
---|---|
Resolution |
PdfConverter.getResolution()
Gets resolution during converting.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfConverter.setResolution(Resolution value)
Sets resolution during converting.
|