DocumentPreviewControl.ShowCoverPage Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
#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.
See Also