ComponentOne for WinUI 製品ヘルプ
FlexViewerZoomMode 列挙体

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 : FlexViewerZoomMode 列挙体
Describes the supported zoom modes of FlexViewerPane control.
シンタックス
'宣言
 
Public Enum FlexViewerZoomMode 
   Inherits System.Enum
public enum FlexViewerZoomMode : System.Enum 
メンバ
メンバ解説
ActualSizePages are shown in actual size.
CustomCustom zoom mode. The actual zoom factor is determined by the value of the FlexViewerPane.ZoomFactor property.
PageWidthPages are zoomed in or out as necessary to fit the page width in the preview window.
WholePagePages are zoomed in or out as necessary to fit the whole page in the preview window.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WinUI.Viewer.FlexViewerZoomMode

参照

C1.WinUI.Viewer 名前空間