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

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