RichEditLayoutOptions.PrintLayoutView Property
In This Article
Provides access to options specific for the layout of the PrintLayout view.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public PrintLayoutViewLayoutOptions PrintLayoutView { get; }
#Property Value
Type | Description |
---|---|
Print |
A Simple |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Print |
---|---|
Rich |
|
#Remarks
The PrintLayoutView is accessible using the RichEditControl.Options.Layout.PrintLayoutView or RichEditDocumentServer.Options.Layout.PrintLayoutView notation.
See Also