Added Methods |
Rectangle
calculateProportionallyFitRectangleWithHeight(
PdfXObject,
float
,
float
,
float
)
|
Calculates a rectangle with the specified coordinates and height, and the width is calculated in such a way that the original proportions of the xObject do not change. |
Rectangle
calculateProportionallyFitRectangleWithWidth(
PdfXObject,
float
,
float
,
float
)
|
Calculates a rectangle with the specified coordinates and width, and the height is calculated in such a way that the original proportions of the xObject do not change. |