Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
CompositingParameters |
ImagePlacement.getCompositingParameters()
Gets compositing parameters of graphics state active for the image placed to the page.
|
Modifier and Type | Method and Description |
---|---|
void |
Page.addImage(com.aspose.ms.System.IO.Stream stream,
Rectangle rectangle,
CompositingParameters compositingParameters)
Adds image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PdfFileMend.addImage(InputStream imageStream,
int[] pageNums,
float lowerLeftX,
float lowerLeftY,
float upperRightX,
float upperRightY,
CompositingParameters compositingParameters)
Adds image to the specified pages of PDF document at specified coordinates.
|
boolean |
PdfFileMend.addImage(InputStream imageStream,
int pageNum,
float lowerLeftX,
float lowerLeftY,
float upperRightX,
float upperRightY,
CompositingParameters compositingParameters)
Adds image to the specified page of PDF document at specified coordinates.
|
boolean |
PdfFileMend.addImage(String imageName,
int[] pageNums,
float lowerLeftX,
float lowerLeftY,
float upperRightX,
float upperRightY,
CompositingParameters compositingParameters)
Adds image to the specified pages of PDF document at specified coordinates.
|
boolean |
PdfFileMend.addImage(String imageName,
int pageNum,
float lowerLeftX,
float lowerLeftY,
float upperRightX,
float upperRightY,
CompositingParameters compositingParameters)
Adds image to the specified page of PDF document at specified coordinates.
|
Copyright © 2017 Aspose. All Rights Reserved.