Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextSplitOptions Class / RestRowHeight Property

In This Topic
    RestRowHeight Property
    In This Topic
    Gets or sets the height of the layout box measured from top or bottom margin for the rest of the text after splitting, in graphic units.
    Syntax
    'Declaration
     
    Public Property RestRowHeight As System.Nullable(Of Single)
    public System.Nullable<float> RestRowHeight {get; set;}
    See Also