PrintDocument for WinForms
ZoomModeEnum 列挙体


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 : ZoomModeEnum 列挙体
Describes the supported zoom modes of C1PrintPreview control.
シンタックス
'宣言
 
Public Enum ZoomModeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As ZoomModeEnum
public enum ZoomModeEnum : System.Enum 
メンバ
メンバ解説
ActualSizePages are shown in actual size.
CustomCustom zoom mode. The actual zoom factor is determined by the value of the C1PreviewPane.ZoomFactor property.
PageWidthPages are zoomed in or out as necessary to fit the page width in the preview window.
TextWidthPages are zoomed in or out as necessary to fit the content 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.Win.C1Preview.ZoomModeEnum

参照

C1.Win.C1Preview 名前空間