Package | Description |
---|---|
com.aspose.xps |
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.
|
Copyright © 2020 Aspose. All Rights Reserved.