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.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string RemainingText { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RemainingText As String Get |
| Visual C++ |
|---|
public: property String^ RemainingText { String^ get (); } |