Row2.Height Property

Gets or sets the minimum height of the row.

public float Height { get; set; }
Public Property Height As Single

Property Value

Single

Licensing Info

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

Remarks

If no height is specified for a Row this value will return -1. A -1 signifies that the height will automatically adjust to the height of the text.

See Also

Row2
ceTe.DynamicPDF.PageElements

In this topic