Overload List
Name | Description | |
---|---|---|
AddStartDocument(Document, Boolean, Boolean, Boolean) |
Adds a PDF document object before the table of contents. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved.
| |
AddStartDocument(Stream, Boolean, Boolean, Boolean) |
Adds a PDF document from the given stream before the table of contents. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved
| |
AddStartDocument(String, Boolean, Boolean, Boolean) |
Adds a PDF document from the given file before the table of contents. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved
|
See Also