ASP.NET Core MVC コントロールヘルプ
ZoomMode 列挙体

C1.AspNetCore.Mvc.FlexViewer アセンブリ > C1.Web.Mvc.Viewer 名前空間 : ZoomMode 列挙体
Describes the supported zoom modes of FlexViewer.
シンタックス
'宣言
 
Public Enum ZoomMode 
   Inherits System.Enum
public enum ZoomMode : System.Enum 
メンバ
メンバ解説
CustomCustom zoom mode. The actual zoom factor is determined by the value of the @see:ZoomFactor property.
PageWidthPages are zoomed in or out as necessary to fit the page width in the view panel.
WholePagePages are zoomed in or out as necessary to fit the whole page in the view panel.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Viewer.ZoomMode

参照

C1.Web.Mvc.Viewer 名前空間