AddTextElementResult Class |
Namespace: ExpertPdf.PdfCreator
The AddTextElementResult type exposes the following members.
Name | 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.) | |
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.
|
Name | Description | |
---|---|---|
pageBounds |
The bounds inside the end page
(Inherited from AddElementResult.) | |
pageIndex |
The end page index
(Inherited from AddElementResult.) |