Overload List
Name | Description | |
---|---|---|
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.
|
|
Add(PdfPage) |
Adds a page to the document.
|