Searches for the specified EmbeddedFile in the EmbeddedFileCollection.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public int IndexOf(
	EmbeddedFile embeddedFile
)
Visual Basic
Public Function IndexOf ( _
	embeddedFile As EmbeddedFile _
) As Integer

Return Value

The zero-based index at which the EmbeddedFile is found, -1 if not found.

See Also