PdfTools.Pdf2Image.Converterクラス
定義
public Document ConvertPage(
Document inDoc,
Stream outStream,
Profile profile
int pageNumber
)
例外
例外 | 条件 |
---|---|
LicenseException | 不正なライセンス |
ArgumentException | pageNumberが不正 |
IOException | 出力PDFファイルへの書き込みに失敗 |
UnsupportedFeatureException | 入力PDF文書は表紙のないコレクション |
UnsupportedFeatureException | 入力PDF文書にレンダリングされていないXFAフォーム フィールド(PdfTools.Pdf.Document.Xfaプロパティ)が含まれてる |
GenericException | 予期しない障害 |
ProcessingException | 変換に失敗 |
ArgumentNullException | inDocがnull |
ArgumentNullException | outStreamがnull |
ArgumentNullException | profileがnull |