Documents for PDF, .NET Edition Documentation
LineGap Property (TextFormat)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextFormat Class : LineGap Property
Gets or sets a value specifying the explicit line gap (if not null), in graphic units.
Syntax
'Declaration
 
Public Property LineGap As System.Nullable(Of Single)
public System.Nullable<float> LineGap {get; set;}
See Also

Reference

TextFormat Class
TextFormat Members