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

IDocumentViewModel.Scale(ScaleOptionsViewModel) Method

Returns the options related to document scaling.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

void Scale(
    ScaleOptionsViewModel model
)

Parameters

Name Type Description
model ScaleOptionsViewModel

A ScaleOptionsViewModel object.

See Also