Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.facades |
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 © 2014 Aspose. All Rights Reserved.