Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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