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.1.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
Declaration
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