Package com.evopdf

Class PdfRectangle

java.lang.Object
com.evopdf.PdfRectangle

public class PdfRectangle extends Object
Represents the rectangle in a page of the generated PDF document
  • Method Details

    • pageIndex

      public int pageIndex()
      Gets the zero based index of the PDF page containing this rectangle
      Returns:
      the zero based index of the PDF page containing this rectangle
    • rectangle

      public RectangleFloat rectangle()
      Gets the rectangle position inside the PDF page drawing area. The drawing area of the PDF page does not include the page margins, header or footer. The rectangle dimensions are expressed in points (1 point is 1/72 inch)
      Returns:
      the rectangle position inside the PDF page drawing area