| Overload | Description |
|---|---|
| AddFile(String) | Adds the file, located on disk, to this folder. File will be compressed using Zip(Flate) compression. |
| AddFile(String,PdfCompression) | Adds the file, located on disk, to this folder. |
| AddFile(String,PdfCompression,PdfCompressionSettings) | Adds the file, located on disk, to this folder. |
| AddFile(Stream,String,PdfCompression,PdfCompressionSettings) | Adds the file, stored in stream, to this folder. |
| AddFile(PdfEmbeddedFile,String) | Adds the file, represented by the PDF embedded file, to this folder. |
| AddFile(PdfEmbeddedFileSpecification) | Adds the file, represents by the PDF embedded file specification, to this folder. |