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

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