Overload List

  NameDescription
Public methodAddFileAttachment(String)
Adds an attachment a given file to this PDF document
Public methodAddFileAttachment(Stream, String)
Adds an attachment with the given name from a stream to this PDF document
Public methodAddFileAttachment(String, String)
Adds an attachment a given file and given description to this PDF document
Public methodAddFileAttachment(Stream, String, String)
Adds an attachment with the given name and a given description from a stream to this PDF document

See Also