DocumentInfo

DocumentInfo constructor

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

public DocumentInfo(FileType fileType, IPageInfo[] pages, long size)
パラメータ タイプ 説明
fileType FileType ファイルのタイプ。
pages IPageInfo[] 表示するページのリスト。
size Int64 ファイルのサイズ。

例外

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

関連項目