CellDefault.AutoLeading Property

Gets or sets whether the leading of the cell should be calculated automatically.

public Nullable<bool> AutoLeading { get; set; }
Public Property AutoLeading As Nullable(Of Boolean)

Property Value

Nullable<bool>

Licensing Info

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

Remarks

This property is automatically set to false any time the Leading property is set.

See Also

CellDefault
ceTe.DynamicPDF.PageElements

In this topic