Class LineInfo
Provides a line information
Inheritance
System.Object
LineInfo
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class LineInfo : Object
Constructors
LineInfo()
Declaration
public LineInfo()
Properties
LineType
Gets the width of the line text.
Declaration
public LineType LineType { get; }
Property Value
Type |
---|
LineType |
Text
Gets the line text.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
Width
Gets width of the line text.
Declaration
public float Width { get; }
Property Value
Type |
---|
System.Single |