DocumentViewerZoomMode Property

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

Note that if a custom zoom level is set via ZoomLevel property then it will override this setting.

Definition

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

Property Value

DocumentViewerZoomMode

See Also