バージョン

PageMargins コンストラクタ

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

パラメータ

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

オンラインで表示: GitHub