PageBreakInsertMode Enum
Lists the values specifying the mode for inserting a page break into a document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Members
Name | Description |
---|---|
New
|
A page break is inserted in the new line. |
Current
|
The page break is inserted next to the specified position in the current line. |
#Related API Members
The following properties accept/return PageBreakInsertMode values:
Library | Related API Members |
---|---|
WPF Controls | DXRich |
Office File API | Rich |
ASP. |
ASPx |
#Remarks
The PageBreakInsertMode enumeration value is returned by the RichEditBehaviorOptions.PageBreakInsertMode property.