PrintDocument for WinForms
PageScalingEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : PageScalingEnum 列挙体
Specifies the way pages are scaled during printing.
シンタックス
'宣言
 
Public Enum PageScalingEnum 
   Inherits System.Enum
'使用法
 
Dim instance As PageScalingEnum
public enum PageScalingEnum : System.Enum 
メンバ
メンバ解説
FitToPaperPages are enlarged or made smaller if needed to fit paper.
NonePages are not scaled.
ReduceToPaperPages are made smaller if needed to fit paper.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.PageScalingEnum

参照

C1.C1Preview 名前空間