Click or drag to resize

AddTextElementResult Class

The result of adding a text 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 AddTextElementResult : AddElementResult

The AddTextElementResult 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
(Inherited from AddElementResult.)
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
(Inherited from AddElementResult.)
Public propertyRemainingText
Gets the text after remained not rendered after the rendering ended. A text can be partially rendered if the text cannot fit the specified bounds of the text element.
Top
Fields
  NameDescription
Protected fieldpageBounds
The bounds inside the end page
(Inherited from AddElementResult.)
Protected fieldpageIndex
The end page index
(Inherited from AddElementResult.)
Top
See Also