PrintDocument for WinForms
PageLayoutEnum 列挙体


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 : PageLayoutEnum 列挙体
Describes the supported page view modes of the control.
シンタックス
'宣言
 
Public Enum PageLayoutEnum 
   Inherits System.Enum
'使用法
 
Dim instance As PageLayoutEnum
public enum PageLayoutEnum : System.Enum 
メンバ
メンバ解説
CustomDisplays pages in a grid layout, where the number or rows and columns in the grid is determined by the Rows and Cols properties.
FacingDisplays facing pages side by side, the first page on the right.
NormalDisplays pages in the standard way, one beneath the other.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Preview.PageLayoutEnum

参照

C1.Win.C1Preview 名前空間