Class LineInfo
Provides a line information
Inheritance
System.Object
    LineInfo
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class LineInfo
  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 |