Back to Devexpress

ScaleMode Enum

wpf-devexpress-dot-xpf-dot-printing-0490642f.md

latest1.2 KB
Original Source

ScaleMode Enum

Lists values that specify a scale mode for documents.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public enum ScaleMode
vb
Public Enum ScaleMode

Members

NameDescription
AdjustToPercent

A document is scaled according to the specified scale factor.

| | FitToPageWidth |

A document is scaled to fit the specified number of printed pages.

|

The following properties accept/return ScaleMode values:

Remarks

Values listed in this enumeration are used to set the ScaleOptionsViewModel.ScaleMode property.

See Also

DevExpress.Xpf.Printing Namespace