Gets or sets value that indicates the vertical distance between the baselines of adjacent lines of text.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public float LineSpacing { get; set; } |
| Visual Basic |
|---|
Public Property LineSpacing As Single Get Set |
| Visual C++ |
|---|
public: property float LineSpacing { float get (); void set (float value); } |