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

DocumentViewerControl.ResetSettingsOnDocumentClose Property

Specifies whether to reset document display settings after the current document is closed. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v21.2.Core.dll

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public bool ResetSettingsOnDocumentClose { get; set; }

Property Value

Type Description
Boolean

true (the default value), to reset document display setting after the current document is closed; otherwise, false.

Remarks

This property affects various document display settings, such as page rotation, the current page number, and the current zoom factor.

See Also