Package org.jpedal.manipulator
Class CropPage
java.lang.Object
org.jpedal.manipulator.CropPage
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Crops the specified page.
Can also be used to expand the page dimensions without changing the size of the content.
See PdfManipulator.cropPage(int, float, float, ScaleMode, Anchor)
-
Constructor Summary
ConstructorsConstructorDescriptionCropPage(PageRanges pages, float scaleX, float scaleY) Crops the specified page.CropPage(PageRanges pages, float scaleX, float scaleY, ScaleMode scaleMode, Anchor anchor) Crops the specified page. -
Method Summary
-
Constructor Details
-
CropPage
Crops the specified page.Can also be used to expand the page dimensions without changing the size of the content.
- Parameters:
pages- the pages to cropscaleX- the horizontal scaling factor. 100% is 1.0fscaleY- the vertical scaling factor. 100% is 1.0f
-
CropPage
Crops the specified page.Can also be used to expand the page dimensions without changing the size of the content.
-