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

PrintLayoutViewLayoutOptions Class

Contains settings which affect the layout of the PrintLayout view.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public class PrintLayoutViewLayoutOptions :
    ViewLayoutOptionsBase

Remarks

Use RichEditControl.Options.Layout.PrintLayoutView or RichEditDocumentServer.Options.Layout.PrintLayoutView notation to get access to the PrintLayoutViewLayoutOptions instance.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
RichEditNotificationOptions
DevExpress.XtraRichEdit.ViewLayoutOptionsBase
PrintLayoutViewLayoutOptions
See Also