Skip to main content
A newer version of this page is available. .

PrintOptionsViewModel.PrintRange Property

Specifies whether to print only the range of document pages.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

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