Enum LineSpacingType
The spacing type between lines
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public enum LineSpacingType
Fields
| Name | Description |
|---|---|
| AtLeast | Minimal spacing in exactly size |
| Exactly | The specific distance between the lines, for some exports, does not work if the distance value is too small. |
| Multiple | The calculated distance between lines, for some exports, does not work if the distance value is too small. |
| Single | Single spacing, not effect from LineSpacing |