PrintOptionsViewModel.PrintRange Property
Specifies whether to print only the range of document pages.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
PrintRange | true, to print the range of pages; otherwise, false. |
Remarks
This property is in effect if the PrintOptionsViewModel.AllowSomePages options is set to true.
Use the PrintOptionsViewModel.CustomPageRange property to specify the range of document pages to print.
See Also