CellDefault.Leading Property

Gets or sets the leading for the text of the cell.

public Nullable<float> Leading { get; set; }
Public Property Leading As Nullable(Of Single)

Property Value

Nullable<float>

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Setting this property will automatically set the AutoLeading property to false.

See Also

CellDefault
ceTe.DynamicPDF.PageElements

In this topic