Method Insert

Namespace TallComponents.PDF
Class EmbeddedFileCollection

Insert a new embeddedFile in this collection at the given index.

In the final PDF document, the embedded file can appear in a different position.

Syntax

public  Void  Insert( Int32  index EmbeddedFile  embeddedFile )

Returns

Void

Parameters


Int32 index
The zero-based index the embeddedFile will get.

EmbeddedFile embeddedFile
The source page.