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