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