Package | Description |
---|---|
com.aspose.eps.device |
The com.aspose.eps.device package provides classes of possible devices and save options that can be used while converting PS/EPS to other formats.
|
com.aspose.page |
The Aspose.Page is a root package for all classes of Aspose.Page library which are either directly in it like Device or indirectly through several subpackages.
|
com.aspose.xps.rendering |
The com.aspose.xps.rendering package provides base classes for rendering XPS document to other formats.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageDevice
This class encapsulates rendering of document to image.
|
class |
PdfDevice
This class encapsulates rendering of document to PDF.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageDevice.updatePageParameters(IMultiPageDevice doc)
Updates page parameters from other multi-paged device.
|
void |
PdfDevice.updatePageParameters(IMultiPageDevice device)
Updates page parameters from other multi-paged device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMultiPartitionDevice
Basic interface for multi-partition device.
|
Modifier and Type | Method and Description |
---|---|
void |
IMultiPageDevice.updatePageParameters(IMultiPageDevice device)
Updates page parameters from other multi-paged device.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageDevice.updatePageParameters(IMultiPageDevice device)
Updates the current page parameters.
|
void |
PdfDevice.updatePageParameters(IMultiPageDevice device)
Updates the current page parameters.
|
Copyright © 2022 Aspose. All Rights Reserved.