ViewInfo

ViewInfo()

の新しいインスタンスを初期化しますViewInfoclass.

public ViewInfo()

関連項目


ViewInfo(FileType, List<Page>)

の新しいインスタンスを初期化しますViewInfoclass.

public ViewInfo(FileType fileType, List<Page> pages)
パラメータ タイプ 説明
fileType FileType ファイルのタイプ。
pages List`1 表示するページのリスト。

例外

例外 調子
ArgumentNullException スローされるタイミングfileType無効である。
ArgumentNullException スローされるタイミングpages無効である。

関連項目