Skip to main content

PrintOptionsViewModel.PrintRange Property

Specifies whether to print only the range of document pages.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public PrintRange PrintRange { get; set; }

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