Back to Devexpress

DocumentViewerControl.ResetSettingsOnDocumentClose Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentviewercontrol-1c63fae0.md

latest1.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public bool ResetSettingsOnDocumentClose { get; set; }
vb
Public Property ResetSettingsOnDocumentClose As Boolean

Property Value

TypeDescription
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

DocumentViewerControl Class

DocumentViewerControl Members

DevExpress.Xpf.DocumentViewer Namespace