Class LineInfo
- Namespace
- Syncfusion.Pdf.Graphics
- Assembly
- Syncfusion.Pdf.Portable.dll
Provides a line information
public class LineInfo
- Inheritance
-
LineInfo
- Inherited Members
Constructors
LineInfo()
public LineInfo()
Properties
LineType
Gets the width of the line text.
public LineType LineType { get; }
Property Value
Text
Gets the line text.
public string Text { get; }
Property Value
Width
Gets width of the line text.
public float Width { get; }