AddTextElementResultRemainingText Property |
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: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic string RemainingText { get; }
Public ReadOnly Property RemainingText As String
Get
Property Value
Type:
String
See Also