Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / InlineObject Class / MayNotBreakAfter Property

In This Topic
    MayNotBreakAfter Property
    In This Topic
    Gets or sets a value indicating if there should be no line break after the inline object.
    Syntax
    'Declaration
     
    Public Property MayNotBreakAfter As System.Boolean
    public System.bool MayNotBreakAfter {get; set;}
    See Also