EmbeddedFileCollection.Item

EmbeddedFileCollection indexer (1 of 2)

Gets embedded file by its index.

public FileSpecification this[int index] { get; }
ParameterDescription
indexIndex of embedded file. Numbering is started from 1.

Return Value

Retreived embedded file specification

See Also


EmbeddedFileCollection indexer (2 of 2)

Gets embedded file by its name.

public FileSpecification this[string name] { get; }
ParameterDescription
nameEmbedded file name.

Return Value

Retreived embedded file specification.

See Also