Get an EmbeddedFile by zero-based index from the EmbeddedFileCollection.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public EmbeddedFile this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As EmbeddedFile
	Get

Parameters

index
Type: System..::..Int32

See Also