DocumentAddFileAttachment Method

Overload List

AddFileAttachment(String) Adds an attachment a given file to this PDF document
AddFileAttachment(Byte, String) Adds an attachment with the given name from binary data to this PDF document
AddFileAttachment(String, String) Adds an attachment a given file and given description to this PDF document
AddFileAttachment(Byte, String, String) Adds an attachment with the given name and a given description from binary data to this PDF document

See Also