PrintOptionsViewModel.CustomPageRange Property
Specifies the range of document pages to print.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
String | A string that specifies the range of pages. |
Remarks
This property is in effect if the PrintOptionsViewModel.AllowSomePages and PrintOptionsViewModel.PrintRange options are set to true.
See Also