Back to Devexpress

ZoomFitMode Enum

wpf-devexpress-dot-xpf-dot-printing-cc14f893.md

latest1.2 KB
Original Source

ZoomFitMode Enum

Lists the available zoom fit modes.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public enum ZoomFitMode
vb
Public Enum ZoomFitMode

Members

NameDescription
PageWidth

Zoom the document to fit the entire page width.

| | PageHeight |

Zoom the document to fit the entire page height.

| | WholePage |

Zoom the document to fit the entire page.

|

The following properties accept/return ZoomFitMode values:

Remarks

A ZoomFitMode object is returned by the ZoomFitModeItem.ZoomFitMode property.

See Also

ZoomFitMode

DevExpress.Xpf.Printing Namespace