menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum SectionBreakCode

    Show / Hide Table of Contents

    Enum SectionBreakCode

    Specifies type of the section break code.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public enum SectionBreakCode

    Fields

    Name Description
    EvenPage

    Section break with the new section beginning on the next even-numbered page.

    NewColumn

    Column break with the new section beginning on the next column on the page.

    NewPage

    Section break with the new section beginning on the next page.

    NoBreak

    No break with the new section beginning on the next paragraph of the same page.

    Oddpage

    Section break with the new section beginning on the next odd-numbered page.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved