EmbedFile Method (GdPicturePDF)
In This Topic
Embeds (attaches) a specified file or a file data into the currently loaded PDF document. The embedded file or file data can be displayed in a special viewer panel in most PDF viewers.
Overload List
Overload | Description |
EmbedFile(String,String) | Embeds (attaches) a file specified by its file path into the currently loaded PDF document. You can also add a verbal description of
this attachment. The specified file is embedded (attached) into the source PDF file and can be displayed in a special viewer panel in most PDF viewers. |
EmbedFile(Stream,String,String) | Embeds (attaches) a file data from a previously instantiated Stream object into the currently loaded PDF document under the provided file title.
You can also add a verbal description of this attachment. The file data is embedded (attached) into the source PDF file and can be displayed in a special viewer panel in most PDF viewers. |
See Also