| Package | Description |
|---|---|
| com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
| com.aspose.xps.features.EventBasedModifications |
The com.aspose.xps.features.EventBasedModifications package provides classes related to event-based modifications of XPS documents.
|
| Modifier and Type | Method and Description |
|---|---|
XpsImage |
XpsDocument.createImage(InputStream stream)
Creates a new image resource out of
stream. |
XpsImage |
XpsDocument.createImage(String imagePath)
Creates a new image resource out of image file located at the
imagePath. |
XpsImage |
XpsImageBrush.getImage()
Returns image resource used to for the brush.
|
| Modifier and Type | Method and Description |
|---|---|
XpsImageBrush |
XpsDocument.createImageBrush(XpsImage image,
Rectangle2D viewbox,
Rectangle2D viewport)
Creates a new image brush.
|
| Modifier and Type | Method and Description |
|---|---|
XpsImageBrush |
PageAPI.createImageBrush(XpsImage image,
Rectangle2D viewbox,
Rectangle2D viewport)
Creates a new image brush.
|
Copyright © 2025 Aspose. All Rights Reserved.