add Page
Adds a new page to the end of the PDF document. The page size is inherited from default document settings.
Adds a new page to the PDF document at the specified index. The page size is inherited from default document settings.
Parameters
index
The zero-based index where the page should be inserted.
Adds a new page to the PDF document at the specified index.
Parameters
page Width
The width of the new page.
page Height
The height of the new page.
index
The zero-based index where the page should be inserted.
Adds a new page to the end of the PDF document.
Parameters
page Width
The width of the new page.
page Height
The height of the new page.