THotPDF.ExtractLoadedPagesToPDF Method
메서드 요약: THotPDF.ExtractLoadedPagesToPDF Method
선언
function ExtractLoadedPagesToPDF(const PageRange: string; const OutputPath: TFileName): boolean;
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
PageRange | One-based page range such as 1,3-4; an empty value selects all pages |
OutputPath | Destination PDF file path |
반환 값
Returns True when at least one selected page is written to the destination file
사용 참고
- PageRange uses one-based page numbers and an empty value selects all pages
- OutputPath must be non-empty and the loaded source must contain at least one page
관련 API
- THotPDF
- THPDFPage
- 목차