PdfCanvas Class

A generic container for PDF objects

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public abstract class PdfCanvas
Inheritance
Object    PdfCanvas
Derived

Constructors

PdfCanvasInitializes a new instance of the PdfCanvas class

Properties

DrawableRectangle The rectangle in canvas where the PDF objects can be laid out. The position of all the PDF objects laid out in canvas are relative to this rectangle
ParentDocument The parent document of this canvas

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
Layout Layout a PDF object in container
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also