Class TextLineCollection
- Namespace
- Syncfusion.Pdf
- Assembly
- Syncfusion.Pdf.Portable.dll
Gets the details of lines in the specified page.
public class TextLineCollection
- Inheritance
-
TextLineCollection
- Inherited Members
Constructors
TextLineCollection()
public TextLineCollection()
Properties
TextLine
Gets the line collection with bounds in the page.
public List<TextLine> TextLine { get; }