Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.fileformats.cdr |
The namespace handles Cdr file format processing.
|
com.aspose.imaging.fileformats.cmx |
The namespace handles Tiff file format processing.
|
com.aspose.imaging.fileformats.dicom |
The package handles Dicom file format processing
|
com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
com.aspose.imaging.fileformats.opendocument |
The Open document graphic objects
|
com.aspose.imaging.fileformats.webp |
The package handles WebP file format processing.
|
Modifier and Type | Method and Description |
---|---|
PageExportingAction |
VectorMultipageImage.getPageExportingAction()
Gets the page exporting action.
|
PageExportingAction |
RasterCachedMultipageImage.getPageExportingAction()
Gets the page exporting action.
|
PageExportingAction |
IMultipageImage.getPageExportingAction()
Gets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorMultipageImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
void |
RasterCachedMultipageImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
void |
IMultipageImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
PageExportingAction |
CdrImage.getPageExportingAction()
Gets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
void |
CdrImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
PageExportingAction |
CmxImage.getPageExportingAction()
Gets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
void |
CmxImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
PageExportingAction |
DicomImage.getPageExportingAction()
Gets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
void |
DicomImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
PageExportingAction |
GifImage.getPageExportingAction()
Gets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
void |
GifImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
PageExportingAction |
OtgImage.getPageExportingAction()
Gets the page exporting action.
|
PageExportingAction |
OdgImage.getPageExportingAction()
Gets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
void |
OtgImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
void |
OdgImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
PageExportingAction |
WebPImage.getPageExportingAction()
Gets the page exporting action.
|
Modifier and Type | Method and Description |
---|---|
void |
WebPImage.setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|