Click or drag to resize
Pdf Library for .NET

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; }

Property Value

Type: String
Remarks
A text can be partially rendered if it cannot fit the specified bounds of the text element (especially the Height).
See Also