Link Search Menu Expand Document

EmbeddedFilesCollectionItem Property

Gets the element by the file name.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public EmbeddedFile this[
	string fileName
] { get; }

Parameters

fileName
Type: SystemString
File name.

Return Value

Type: EmbeddedFile
The EmbeddedFile with the specified file name.
See Also

Reference