The result of adding a text element to the renderer

C# | Visual Basic | Visual C++ |
public class AddTextElementResult : AddElementResult
Public Class AddTextElementResult Inherits AddElementResult
public ref class AddTextElementResult : public AddElementResult

All Members | Methods | Properties | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | 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.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | pageBounds |
The bounds inside the end page
(Inherited from AddElementResult.) |
![]() | pageIndex |
The end page index
(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.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | ||
![]() | AddElementResult | |
![]() | AddTextElementResult |
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)