Back to Devexpress

DocumentPreviewControl.SetPageLayoutCommand Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-47d649be.md

latest1.7 KB
Original Source

DocumentPreviewControl.SetPageLayoutCommand Property

Defines the page layout settings in a Document Preview.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public ICommand SetPageLayoutCommand { get; }
vb
Public ReadOnly Property SetPageLayoutCommand As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

Remarks

This command enables you to select a document’s page view:

  • Single Page

  • Two Pages

  • Wrap Pages

Call this command with corresponding arguments to execute a specific command in this menu.

See Also

SetPageLayoutSplitCommand

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace