DocumentViewerPageZoomLevel Property

Note: This API is now obsolete.
Gets or sets a value in percentage that specifies the initial zoom level in the document viewer. The default is 100.

For this property to be effective PageFitMode property should be set to Zoom.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
[ObsoleteAttribute("PageZoomLevel is deprecated, use ZoomLevel instead.")]
public int PageZoomLevel { get; set; }

Property Value

Int32

See Also