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

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