THotPDF.ExtractLoadedPagesToPDF Method

Resumen del método: THotPDF.ExtractLoadedPagesToPDF Method

Declaración

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

Unidad

HPDFDoc

Parámetros

NombrePropósito
PageRangeOne-based page range such as 1,3-4; an empty value selects all pages
OutputPathDestination PDF file path

Valor de retorno

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

Notas de uso

APIs relacionadas