THotPDF.InsertLoadedBlankPage Method
สรุปเมธอด: THotPDF.InsertLoadedBlankPage Method
การประกาศ
function InsertLoadedBlankPage(PageIndex: Integer; Width, Height: Single): Integer;
ยูนิต
HPDFDoc
พารามิเตอร์
| ชื่อ | วัตถุประสงค์ |
|---|---|
PageIndex | Zero-based insertion position from 0 through the current loaded page count |
Width | Positive page width in PDF points |
Height | Positive page height in PDF points |
ค่าที่ส่งกลับ
Returns the zero-based index of the inserted page
หมายเหตุการใช้งาน
- Use PageIndex = LoadedPageCount to append a page
- Non-positive dimensions or an out-of-range position raise an exception
API ที่เกี่ยวข้อง
- THotPDF
- THPDFPage
- สารบัญ