THotPDF.InsertLoadedBlankPage Method
Metodsammanfattning: THotPDF.InsertLoadedBlankPage Method
Deklaration
function InsertLoadedBlankPage(PageIndex: Integer; Width, Height: Single): Integer;
Enhet
HPDFDoc
Parametrar
| Namn | Syfte |
|---|---|
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 |
Returvärde
Returns the zero-based index of the inserted page
Användningsanteckningar
- Use PageIndex = LoadedPageCount to append a page
- Non-positive dimensions or an out-of-range position raise an exception
Relaterade API:er
- THotPDF
- THPDFPage
- Innehåll