PdfTextFragment
LineText Property
|
Gets all text of the line which covers the target text.
Namespace:
Spire.Pdf.Texts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string LineText { get; }
Public ReadOnly Property LineText As String
Get
public:
property String^ LineText {
String^ get ();
}
member LineText : string with get
Property Value
Type:
String
See Also