Generated by
JDiff

Class com.itextpdf.layout.Canvas

Added Constructors
Canvas( PdfPage, Rectangle ) Creates a new Canvas to manipulate a specific page content stream.
 

Changed Constructors
Canvas( PdfCanvas, PdfDocument , Rectangle ) Documentation changed from old to new.
Creates a new Canvas to manipulate a specific document and content stream, which might be for example a page or PdfFormXObject stream.
 

Added Methods
boolean  isCanvasOfPage() Defines if the canvas is exactly the direct content of the page.
 

Changed Methods
PdfPage  getPage() Documentation changed from old to new.
The page on which this canvas will be rendered.