Skip to main content

PrintLayoutViewLayoutOptions Class

Contains settings which affect the layout of the PrintLayout view.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public class PrintLayoutViewLayoutOptions :
    ViewLayoutOptionsBase

The following members return PrintLayoutViewLayoutOptions objects:

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