PrintLayoutView Class
In This Article
Represents a page layout view of the Rich Edit control.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
The RichEditViewRepository.PrintLayoutView property returns an instance of PrintLayoutView.
#Remarks
The page layout view is intended to display all formatting in the document, including complex, and can be used to preview the document printout.
#Inheritance
Object
RichEditView
PageBasedRichEditView
PrintLayoutView
See Also