TdxRichEditBehaviorOptions.PageBreakInsertMode Property
Specifies the active page break insertion mode.
Declaration
property PageBreakInsertMode: TdxPageBreakInsertMode read; write; default TdxPageBreakInsertMode.NewLine;
Property Value
Type | Default |
---|---|
TdxPageBreakInsertMode | NewLine |
Remarks
Use this property to change behavior of the InsertPageBreak command in the Rich Edit control.
Refer to the TdxPageBreakInsertMode type description for information on available page break insertion modes.
The default value of the PageBreakInsertMode property is TdxPageBreakInsertMode.NewLine.
See Also