Enum LineType
Break type of the line.
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.Base.dll
Syntax
[Flags]
public enum LineType
Fields
Name | Description |
---|---|
FirstParagraphLine | The line is the first in the paragraph. |
LastParagraphLine | The line is the last in the paragraph. |
LayoutBreak | layout break. |
NewLineBreak | The line has new line symbol. |
None | Unknown type line. |