Click or drag to resize

AddElementResult Class

The result of adding a PDF element to the renderer
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentAddElementResult
    ExpertPdf.HtmlToPdf.PdfDocumentAddTextElementResult

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

The AddElementResult type exposes the following members.

Properties
  NameDescription
Public propertyEndPageBounds
The bounds inside the page where the rendering of a page element ended. This information is useful for paged output of elements to continue adding new elements after this element
Public propertyEndPageIndex
The index of the page where the rendering of a page element ended. This information is useful for paged output of elements to continue adding new elements after this element
Top
Fields
  NameDescription
Protected fieldpageBounds
The bounds inside the end page
Protected fieldpageIndex
The end page index
Top
See Also