Class AddTextElementResult
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
The result of adding a text element to the renderer
[ClassInterface(ClassInterfaceType.AutoDual)]
public class AddTextElementResult : AddElementResult
- Inheritance
-
AddTextElementResult
- Inherited Members
Properties
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.
public string RemainingText { get; }