DocumentViewerRememberViewHistory Property
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
.
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 .
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public bool RememberViewHistory { get; set; }
Public Property RememberViewHistory As Boolean
Get
Set
Property Value
Boolean