Overload | Description |
---|---|
AddAttachment(String,RectangleF) | Adds a file attachment to the current page. |
AddAttachment(String,RectangleF,AttachmentIconEnum,Color) | Adds a file attachment to the current page. |
AddAttachment(String,RectangleF,Int32,AttachmentIconEnum,Color) | Adds a file attachment to the document. |
AddAttachment(String,Byte[],RectangleF,AttachmentIconEnum,Color) | Adds a stream-based attachment to the current page. |
AddAttachment(String,Byte[],RectangleF,Int32,AttachmentIconEnum,Color) | Adds a stream-based attachment to the document. |