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
- Зміст