HiQPdf Documentation

PDF Canvases

HiQPdf Client for .NET Core

The canvases are PDF containers where the PDF objects can be laid out. All the canvases are derived from the PdfCanvas class. There are two types of canvases: PdfPage representing a page in a PDF document and the PdfRepeatCanvas representing a canvas repeated on each page of the PDF document in the same position. There are also two specializations of the PdfRepeatCanvas: PdfDocumentHeader representing the PDF document header and PdfDocumentFooter representing the PDF document footer.

The method PdfCanvasLayout(PdfObject) can be used to layout drawable objects on the canvas.

See Also

Other Resources