THotPDF.InsertLoadedBlankPage Method
Rezumatul metodei: THotPDF.InsertLoadedBlankPage Method
Declarație
function InsertLoadedBlankPage(PageIndex: Integer; Width, Height: Single): Integer;
Unitate
HPDFDoc
Parametri
| Nume | Scop |
|---|---|
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 |
Valoare de întoarcere
Returns the zero-based index of the inserted page
Note de utilizare
- Use PageIndex = LoadedPageCount to append a page
- Non-positive dimensions or an out-of-range position raise an exception
API-uri asociate
- THotPDF
- THPDFPage
- Cuprins