PrintOptions.PrintRange Property
Specifies the page numbers to print.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
[BindableProperty(OnPropertyChangedMethodName = "OnPrintRangeChanged")]
public virtual PrintRange PrintRange { get; set; }
Property Value
Type | Description |
---|---|
PrintRange | A PrintRange enumeration value that specifies the document part to print. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PrintRange |
---|---|
BackstagePrintPreview |
|
See Also