THotPDF.InsertLoadedBlankPage Method
Resumo do método: THotPDF.InsertLoadedBlankPage Method
Declaração
function InsertLoadedBlankPage(PageIndex: Integer; Width, Height: Single): Integer;
Unidade
HPDFDoc
Parâmetros
| Nome | Finalidade |
|---|---|
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 |
Valor de retorno
Returns the zero-based index of the inserted page
Notas de uso
- Use PageIndex = LoadedPageCount to append a page
- Non-positive dimensions or an out-of-range position raise an exception
APIs relacionadas
- THotPDF
- THPDFPage
- Conteúdo