ScaleOptionsViewModel.PagesToFit Property
Specifies the number of pages to which a document should be scaled.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the number of pages. |
Remarks
This property is in effect when the ScaleOptionsViewModel.ScaleMode option is set to ScaleMode.FitToPageWidth.
See Also