The lines contained by the page when viewing as JPG or PNG with enabled Text Extraction.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntaxpublic IList<Line> Lines { get; }
Public ReadOnly Property Lines As IList(Of Line)
Get
public:
property IList<Line^>^ Lines {
IList<Line^>^ get ();
}
member Lines : IList<Line> with get
Property Value
Type:
IListLine
See Also