| Removed Methods |
PdfXObject
addImage(
ImageData,
Rectangle
,
boolean
)
|
Creates PdfImageXObject from image and fitted into specific rectangle on canvas. |
PdfXObject
addImage(
ImageData,
float
,
float
,
boolean
)
|
Creates PdfImageXObject from image and adds it to the specified position. |
PdfXObject
addImage(
ImageData,
float
,
float
,
float
,
boolean
)
|
Creates PdfImageXObject from image and adds it to the specified position with specified width preserving aspect ratio. |
PdfXObject
addImage(
ImageData,
float
,
float
,
float
,
boolean
,
boolean
)
|
Creates PdfImageXObject from image and adds it to the specified position with specified height preserving aspect ratio. |
PdfXObject
addImage(
ImageData,
float
,
float
,
float
,
float
,
float
,
float
)
|
Creates PdfImageXObject from image and adds it to canvas. |
PdfXObject
addImage(
ImageData,
float
,
float
,
float
,
float
,
float
,
float
,
boolean
)
|
Creates PdfImageXObject from image and adds it to canvas. |
PdfCanvas
addXObject(
PdfXObject,
Rectangle
)
|
Adds PdfXObject fitted into specific rectangle on canvas in the case of the PdfImageXObject or moves to the specified offset and scales in the case of PdfFormXObject. |
PdfCanvas
addXObject(
PdfXObject,
float
,
float
,
float
)
|
Adds PdfXObject to the specified position with specified width preserving aspect ratio in the case of PdfImageXObject or moves to the specified offset and scales horizontally in the case of PdfFormXObject. |
PdfCanvas
addXObject(
PdfXObject,
float
,
float
,
float
,
boolean
)
|
Adds PdfXObject to the specified position with specified height preserving aspect ratio in the case of PdfImageXObject or moves to the specified offset and scales vertically in the case of PdfFormXObject. |
PdfCanvas
addXObject(
PdfXObject,
float
,
float
,
float
,
float
,
float
,
float
)
|
Adds PdfXObject to canvas. |
PdfCanvas
newPath()
|
@return current canvas. |