DocumentViewerControlPageZoomLevel Property

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.WebForms
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.7
C#
public int PageZoomLevel { get; set; }

Property Value

Int32

See Also