Skip to main content

PrintOptionsViewModel.SetPrintRange(PrintRange) Method

Sets which part of the document to print.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public void SetPrintRange(
    PrintRange printRange
)

Parameters

Name Type Description
printRange PrintRange

A PrintRange enumeration value.

See Also