Example usage for Java com.itextpdf.layout Canvas fields, constructors, methods, implement or subclass
The text is from its open source code.
Canvas(PdfCanvas pdfCanvas, PdfDocument pdfDocument, Rectangle rootArea) Creates a new Canvas to manipulate a specific document and content stream, which might be for example a page or PdfFormXObject stream. | |
Canvas(PdfPage page, Rectangle rootArea) Creates a new Canvas to manipulate a specific page content stream. | |
Canvas(PdfFormXObject formXObject, PdfDocument pdfDocument) Creates a new Canvas to manipulate a specific PdfFormXObject . |