Class TextLineCollection
Gets the details of lines in the specified page.
Inheritance
System.Object
TextLineCollection
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class TextLineCollection : Object
Constructors
TextLineCollection()
Declaration
public TextLineCollection()
Properties
TextLine
Gets the line collection with bounds in the page.
Declaration
public List<TextLine> TextLine { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TextLine> |