Table of Contents

Enum LineType

Namespace
Syncfusion.Pdf.Graphics
Assembly
Syncfusion.Pdf.Portable.dll

Break type of the line.

[Flags]
public enum LineType

Fields

FirstParagraphLine = 4

The line is the first in the paragraph.

LastParagraphLine = 8

The line is the last in the paragraph.

LayoutBreak = 2

layout break.

NewLineBreak = 1

The line has new line symbol.

None = 0

Unknown type line.