Skip to main content

PrintOptionsViewModel.CustomPageRange Property

Specifies the range of document pages to print.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public string CustomPageRange { get; set; }

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