Class ScalePage

java.lang.Object
org.jpedal.manipulator.ScalePage
All Implemented Interfaces:
org.jpedal.manipulator.Manipulation

public class ScalePage extends Object implements org.jpedal.manipulator.Manipulation
Scales pages in a document
  • Constructor Details

    • ScalePage

      public ScalePage(PageRanges pages, float scaleX, float scaleY)
      Scales the specified page.
      Parameters:
      pages - the pages to scale
      scaleX - the horizontal scaling factor. 100% is 1.0f
      scaleY - the vertical scaling factor. 100% is 1.0f