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

ZoomFitModeItem(ZoomFitMode) Constructor

Initializes a new instance of the ZoomFitModeItem class with the specified zoom fit mode.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

public ZoomFitModeItem(
    ZoomFitMode zoomFitMode
)

Parameters

Name Type Description
zoomFitMode ZoomFitMode

A ZoomFitMode enumeration value.

See Also