'宣言 Public Overloads Function PageAsMetafile( _ ByVal pageIndex As System.Integer _ ) As System.Drawing.Imaging.Metafile
'使用法 Dim instance As C1MultiDocument Dim pageIndex As System.Integer Dim value As System.Drawing.Imaging.Metafile value = instance.PageAsMetafile(pageIndex)
public System.Drawing.Imaging.Metafile PageAsMetafile( System.int pageIndex )
パラメータ
- pageIndex
- The page index (0-based).
戻り値の型
The System.Drawing.Imaging.Metafile representing the specified page, or null if index was invalid.