Skip to main content

PrintLayoutView Class

Represents a page layout view of the Rich Edit control.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public class PrintLayoutView :
    PageBasedRichEditView

#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

See Also