Package org.jpedal.manipulator
Class ScalePage
java.lang.Object
org.jpedal.manipulator.ScalePage
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Scales pages in a document
-
Constructor Summary
ConstructorsConstructorDescriptionScalePage
(PageRanges pages, float scaleX, float scaleY) Scales the specified page. -
Method Summary
-
Constructor Details
-
ScalePage
Scales the specified page.- Parameters:
pages
- the pages to scalescaleX
- the horizontal scaling factor. 100% is 1.0fscaleY
- the vertical scaling factor. 100% is 1.0f
-