PdfViewInfo

PdfViewInfo()

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

public PdfViewInfo()

関連項目


PdfViewInfo(FileType, List<Page>, bool)

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

public PdfViewInfo(FileType fileType, List<Page> pages, bool printingAllowed)
パラメータ タイプ 説明
fileType FileType ファイルのタイプ。
pages List`1 表示するページのリスト。
printingAllowed Boolean 印刷許可標識。

例外

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

関連項目