ScaleMode Enum
Lists values that specify a scale mode for documents.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Members
Name | Description |
---|---|
AdjustToPercent
|
A document is scaled according to the specified scale factor. |
FitToPageWidth
|
A document is scaled to fit the specified number of printed pages. |
Related API Members
The following properties accept/return ScaleMode values:
Remarks
Values listed in this enumeration are used to set the ScaleOptionsViewModel.ScaleMode property.
See Also