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 .

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public bool RememberViewHistory { get; set; }

Property Value

Boolean

See Also