PDFFormattedParagraphLineSpacing¶
Namespace: O2S.Components.PDF4NET.Graphics.FormattedContent
Specifies the available line spacing modes for paragraph lines.
Inheritance Object → ValueType → Enum → PDFFormattedParagraphLineSpacing
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Single | 0 | Default lines spacing. |
| Exact | 1 | Fixed line spacing. |
| Multiple | 2 | The space between lines is the current line height multiplied by a specific factor. |