RemovePages

IPaginatedDocument.RemovePages method

開始位置、オフセット、およびカウントに応じて、1 つまたは複数のページを削除します。

public RedactionResult RemovePages(PageSeekOrigin origin, int index, int count)
パラメータ タイプ 説明
origin PageSeekOrigin 検索開始位置、文書の先頭または末尾
index Int32 開始位置インデックス (0 ベース)
count Int32 削除するページ数

戻り値

ページ削除の編集結果

関連項目