PrintOptions.CustomPageRange Property
Specifies the range of document pages to print.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
[BindableProperty(OnPropertyChangedMethodName = "OnCustomPageRangeChanged")]
public virtual string CustomPageRange { get; set; }
Property Value
Type | Description |
---|---|
String | A string that specifies the range of pages. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CustomPageRange |
---|---|
BackstagePrintPreview |
|
Remarks
This property is in effect if the PrintOptions.AllowCustomPageRange option is set to true.
See Also