ScaleMode Enum
In This Article
Lists values that specify a scale mode for documents.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
#Members
Name | Description |
---|---|
Adjust
|
A document is scaled according to the specified scale factor. |
Fit
|
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