Skip to main content
A newer version of this page is available. .

ScaleMode Enum

Lists values that specify a scale mode for documents.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public enum ScaleMode

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