AddTextElementResult Class

The result of adding a text element to the renderer

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class AddTextElementResult : AddElementResult
Inheritance
Object    AddElementResult    AddTextElementResult

Properties

EndPageBounds 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)
EndPageIndex 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)
EndPdfPage The PDF 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)
RemainingText 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.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

pageBounds The bounds inside the end page
(Inherited from AddElementResult)
pageIndex The index of the PDF page where the rendering ends
(Inherited from AddElementResult)
pdfPage The PDF page where the rendering ends
(Inherited from AddElementResult)

See Also