ActiveReports 8
ZoomMode Enumeration
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace : ZoomMode Enumeration

Glossary Item Box

Defined Zoom mode

Syntax

Visual Basic (Declaration) 
Public Enum ZoomMode 
   Inherits System.Enum
C# 
public enum ZoomMode : System.Enum 

Members

MemberDescription
FitGridSets zoom value according to columns and rows count
FitPageSets zoom value to fit control both vertically and horizontally
FitWidthSets zoom value automatically to fit control horizontally
FreeZoom value is specified explicitly

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Viewer.Common.Model.ZoomMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also