Link Search Menu Expand Document

EmbeddedFilesCollectionAdd Method

Adds the embedded file to the end of the collection.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void Add(
	EmbeddedFile embeddedFile
)

Parameters

embeddedFile
Type: Bytescout.PDFEmbeddedFile
Embedded file to be added to the end of the collection.
See Also

Reference