PowerTools SPREAD for ASP.NET 8.0J
PrintMargin コンストラクタ(Int32,Int32,Int32,Int32,Int32,Int32)

左余白のサイズ(ピクセル単位)。
上余白のサイズ(ピクセル単位)。
右余白のサイズ(ピクセル単位)。
下余白のサイズ(ピクセル単位)。
ヘッダ余白のサイズ(ピクセル単位)。
フッタ余白のサイズ(ピクセル単位)。
指定した余白を持つ新しいPrintMarginオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer, _
   ByVal header As Integer, _
   ByVal footer As Integer _
)
public PrintMargin( 
   int left,
   int top,
   int right,
   int bottom,
   int header,
   int footer
)

パラメータ

left
左余白のサイズ(ピクセル単位)。
top
上余白のサイズ(ピクセル単位)。
right
右余白のサイズ(ピクセル単位)。
bottom
下余白のサイズ(ピクセル単位)。
header
ヘッダ余白のサイズ(ピクセル単位)。
footer
フッタ余白のサイズ(ピクセル単位)。
参照

PrintMargin クラス
PrintMargin メンバ
オーバーロード一覧

 

 


© 2003-2015, GrapeCity inc. All rights reserved.