バージョン

PageMargins コンストラクタ

PageMargins クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal right As Single, _
   ByVal bottom As Single _
)
public PageMargins( 
   float left,
   float top,
   float right,
   float bottom
)

パラメータ

left
ポイント単位の左マージンのサイズ。
top
ポイント単位の上マージンのサイズ。
right
ポイント単位の右マージンのサイズ。
bottom
ポイント単位の下マージンのサイズ。
参照