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

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