DocumentViewer.RememberViewHistory Property
Definition
- Namespace
- GleamTech.DocumentUltimate.AspNet.UI
- Assembly
- GleamTech.DocumentUltimate.dll
Gets or sets a value that specifies whether for each document fingerprint, the document viewer should remember UI state via browser's local storage, i.e. last viewed page, zoom level, scroll position, rotation, SidebarView, ScrollMode, SpreadMode. The default is true.
If you want the document viewer to discard any view history entries and always load all documents at the first page (and with default zoom values), then you should set this property to false.
public bool RememberViewHistory { get; set; }