THotPDF.InsertLoadedBlankPage Method
Súhrn metódy: THotPDF.InsertLoadedBlankPage Method
Deklarácia
function InsertLoadedBlankPage(PageIndex: Integer; Width, Height: Single): Integer;
Unit
HPDFDoc
Parametre
| Name | Účel |
|---|---|
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 |
Návratová hodnota
Returns the zero-based index of the inserted page
Poznámky k použitiu
- Use PageIndex = LoadedPageCount to append a page
- Non-positive dimensions or an out-of-range position raise an exception
Súvisiace API
- THotPDF
- THPDFPage
- Obsah