Click or drag to resize

ElementsRenderer Class

Base class for classes capable of rendering page elements
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentElementsRenderer
    ExpertPdf.HtmlToPdf.PdfDocumentPdfPage
    ExpertPdf.HtmlToPdf.PdfDocumentTemplate

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public abstract class ElementsRenderer

The ElementsRenderer type exposes the following members.

Constructors
  NameDescription
Protected methodElementsRenderer
Top
Properties
  NameDescription
Public propertyClientRectangle
Gets the drawable area of the renderer. The margins, document header and footer are excluded.
Top
Methods
  NameDescription
Public methodAddElement
Add a page element to the renderer
Public methodMeasureString
Measures the size of the specified string when rendered with the specified font.
Top
See Also