| Overload | Description |
|---|---|
| Add(PdfPage) | Adds a page to the document. |
| Add() | Creates a new PdfPage and adds it to the end of the document. |
| Add(Size) | Creates a new PdfPage with the specified size and adds it to the end of the document. |
| Add(PaperKind) | Creates a new PdfPage with the specified size and adds it to the end of the document. |