バージョン

PageSize コンストラクタ

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

パラメータ

width
ページの幅。
height
ページの高さ。
参照