|
PdfCanvas Class |
Base class for classes that can render pdf page elements.
Inheritance Hierarchy
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public abstract class PdfCanvas
Public MustInherit Class PdfCanvas
The PdfCanvas type exposes the following members.
Constructors Properties
| Name | Description |
---|
| ClientRectangle |
Gets the drawable area of the canvas. The margins, pdf document header and footer are excluded.
|
TopMethods
| Name | Description |
---|
| Add |
Adds a pdf page element to the canvas.
|
| MeasureString |
Measures the size of the specified string when rendered with the specified font.
|
TopRemarks PdfCanvas is the base class for
PdfPage and
PdfTemplate.
PdfPage should be used to add elements to the pdf document only in a certain page at a certain position.
PdfTemplate should be used to add elements to the pdf document that will appear in more than one page.
See Also