ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfSection Class / AutoNewPage Property

In This Topic
    AutoNewPage Property
    In This Topic
    Gets or sets automatic new page before the section.
    Syntax
    'Declaration
     
    Public Property AutoNewPage As System.Boolean
    public System.bool AutoNewPage {get; set;}

    Property Value

    true if added new page object (RtfPageBreak) before the section, otherwise false.
    See Also