Table of Contents

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

LineType

Text

Gets the line text.

public string Text { get; }

Property Value

string

Width

Gets width of the line text.

public float Width { get; }

Property Value

float