Skip to main content
A newer version of this page is available. .

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

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