THotPDF.ExtractLoadedPagesToPDF Method

メソッドの要約: THotPDF.ExtractLoadedPagesToPDF Method

宣言

function ExtractLoadedPagesToPDF(const PageRange: string; const OutputPath: TFileName): boolean;

ユニット

HPDFDoc

パラメータ

名前目的
PageRangeOne-based page range such as 1,3-4; an empty value selects all pages
OutputPathDestination PDF file path

戻り値

Returns True when at least one selected page is written to the destination file

使用上の注意

関連 API