PrintDocument for WinForms
SetPaperSizes メソッド (C1PageSettings)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PageSettings クラス : SetPaperSizes メソッド
The width to set.
The height to set.
Sets the C1PageSettings.Width and the C1PageSettings.Height to specified values.
シンタックス
'宣言
 
Public Sub SetPaperSizes( _
   ByVal width As Unit, _
   ByVal height As Unit _
) 
'使用法
 
Dim instance As C1PageSettings
Dim width As Unit
Dim height As Unit
 
instance.SetPaperSizes(width, height)
public void SetPaperSizes( 
   Unit width,
   Unit height
)

パラメータ

width
The width to set.
height
The height to set.
参照

C1PageSettings クラス
C1PageSettings メンバ