Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / AppendSectionBreak Method / AppendSectionBreak(TextFormat) Method
The text format.

In This Topic
    AppendSectionBreak(TextFormat) Method
    In This Topic
    Appends a form feed character ('\f', character code 0x000C) to the text. This causes any text added after it to "not fit" - if the text layout is drawn, that text will not be rendered. If the Split() method is called, the text will be split at this point.
    Syntax
    'Declaration
     
    Public Overloads Function AppendSectionBreak( _
       ByVal format As TextFormat _
    ) As TextRun
    public TextRun AppendSectionBreak( 
       TextFormat format
    )

    Parameters

    format
    The text format.

    Return Value

    The created text run.
    See Also