Back to Devexpress

PrintLayoutViewLayoutOptions Class

officefileapi-devexpress-dot-xtrarichedit-cea1b091.md

latest1.9 KB
Original Source

PrintLayoutViewLayoutOptions Class

Contains settings which affect the layout of the PrintLayout view.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class PrintLayoutViewLayoutOptions :
    ViewLayoutOptionsBase
vb
<ComVisible(True)>
Public Class PrintLayoutViewLayoutOptions
    Inherits 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.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DevExpress.XtraRichEdit.ViewLayoutOptionsBase PrintLayoutViewLayoutOptions

See Also

PrintLayoutViewLayoutOptions Members

DevExpress.XtraRichEdit Namespace