PrintDocument for WinForms
OutputRangeTypeEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : OutputRangeTypeEnum 列挙体
Specifies the type of an OutputRange.
シンタックス
'宣言
 
Public Enum OutputRangeTypeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As OutputRangeTypeEnum
public enum OutputRangeTypeEnum : System.Enum 
メンバ
メンバ解説
AllAll pages of the document are in the range.
PageListPages that are in the range are specified as a list.
PageRangeOne or more ranges of pages are specified.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.OutputRangeTypeEnum

参照

C1.C1Preview 名前空間