DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class PageInfo

java.lang.Object
  extended by com.cete.dynamicpdf.PageInfo

public class PageInfo
extends java.lang.Object

Represents a page information of the HTML layout.


Constructor Summary
PageInfo(float width, float height)
          Initializes a new instance of the PageInfo class.
PageInfo(PageSize size, PageOrientation orientation)
          Initializes a new instance of the PageInfo class.
PageInfo(PdfPage inputPage)
          Initializes a new instance of the PageInfo class.
PageInfo(java.lang.String filePath, int pageNumber)
          Initializes a new instance of the PageInfo class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageInfo

public PageInfo(PageSize size,
                PageOrientation orientation)
Initializes a new instance of the PageInfo class.

Parameters:
size - The PageSize representing the size of the page.
orientation - The PageOrientation representing the orientation of the page.

PageInfo

public PageInfo(float width,
                float height)
Initializes a new instance of the PageInfo class.

Parameters:
width - The width representing the width of the page.
height - The height representing the height of the page.

PageInfo

public PageInfo(PdfPage inputPage)
Initializes a new instance of the PageInfo class.

Parameters:
inputPage - PdfPage object to import.

PageInfo

public PageInfo(java.lang.String filePath,
                int pageNumber)
Initializes a new instance of the PageInfo class.

Parameters:
filePath - Physical file path of the PDF document to import.
pageNumber - Page number to import.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.02 for Java generated on Sep 02, 2021
© Copyright 2021, ceTe Software