Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

CanvasOwnerType Enum

Lists the output devices to which the document layout is rendered.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public enum CanvasOwnerType

Members

Name Description
Control

The document is rendered for displaying in the Rich Text Editor control.

Printer

The document is rendered for printing.

Remarks

Use the BeforePagePaintEventArgs.CanvasOwnerType property to obtain the CanvasOwnerType enumeration member and determine the destination device for layout rendering.

See Also