バージョン

PageSize コンストラクタ

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

パラメータ

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

オンラインで表示: GitHub