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: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public class AddElementResult

The AddElementResult type exposes the following members.

Fields
  NameDescription
Protected fieldpageBounds
The bounds inside the end page
Protected fieldpageIndex
The end page index
Top
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
See Also