Overload List
| Name | Description | |
|---|---|---|
| AddFileAttachment(String) | 
            Adds an attachment a given file to this PDF document 
              | |
| AddFileAttachment(Stream, String) | 
            Adds an attachment with the given name from a stream to this PDF document 
              | |
| AddFileAttachment(String, String) | 
            Adds an attachment a given file and given description to this PDF document 
              | |
| AddFileAttachment(Stream, String, String) | 
            Adds an attachment with the given name and a given description from a stream to this PDF document 
              | 
See Also