Back to Devexpress

DocumentPreviewControl.ShowCoverPage Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-d460c1e6.md

latest1.6 KB
Original Source

DocumentPreviewControl.ShowCoverPage Property

Specifies whether to display the first document page separately or alongside the next document page in the Two Pages view. This is a dependency property.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public bool ShowCoverPage { get; set; }
vb
Public Property ShowCoverPage As Boolean

Property Value

TypeDescription
Boolean

true, to display the first document page separately from the other pages; otherwise, false.

|

Remarks

This command is enabled only when the Page Layout is set to Two Pages.

See Also

SetPageLayoutCommand

SetPageLayoutSplitCommand

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace