 |
PdfTextElementRenderingResultRemainingText Property |
Gets the text that was not rendered from the initial text specified by the
PdfTextElement object.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic string RemainingText { get; }Public ReadOnly Property RemainingText As String
Get
Property Value
String
RemarksA text can be partially rendered if it cannot fit the specified bounds of the text element (especially the
Height).
See Also