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

ScaleOptionsViewModel.PagesToFit Property

Specifies the number of pages to which a document should be scaled.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

public int PagesToFit { get; set; }

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