DocumentViewerScrollMode Property

Gets or sets a value that specifies the initial mode for scrolling pages in the document viewer. The default is History.

Note that if RememberViewHistory is set to , then History will be treated as Vertical or derived from 'PageLayout' setting inside PDF if exists.

Definition

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

Property Value

DocumentViewerScrollMode

See Also