MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ZoomMode Enumeration

ZoomMode Enumeration
Defines the different zoom modes.
Syntax
'Declaration
 
Public Enum ZoomMode 
   Inherits System.Enum
 
Members
MemberDescription
FitToPageFits the content to the entire page.
FitToWidthFits the content to the width of the page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Blazor.Viewer.ZoomMode

See Also