Skip to main content

ScaleOptionsViewModel.PagesToFit Property

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

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Package: DevExpress.Wpf.Printing

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