Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool ShowCoverPage { get; set; }

Property Value

Type Description
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.

wpf-document-preview-ribbon-page-layout-menu

See Also