THotPDF.ExtractLoadedPagesText Method
สรุปเมธอด: THotPDF.ExtractLoadedPagesText Method
การประกาศ
function ExtractLoadedPagesText(const PageRange: string; const PageSeparator: UnicodeString= #12): UnicodeString;
ยูนิต
HPDFDoc
พารามิเตอร์
| ชื่อ | วัตถุประสงค์ |
|---|---|
PageRange | One-based page range such as 1,3-4; an empty value selects all pages |
PageSeparator | Unicode text inserted between page results, defaulting to a form-feed character |
ค่าที่ส่งกลับ
Returns the aggregated Unicode text
หมายเหตุการใช้งาน
- PageRange uses the public one-based range syntax even though individual loaded-page APIs use zero-based indexes
- Malformed or out-of-range input raises the same page-range exception used by other loaded-page APIs
API ที่เกี่ยวข้อง
- THotPDF
- THPDFPage
- สารบัญ