An embedded file (also know as attachment) collection.

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

Syntax

C#
public class EmbeddedFileCollection : IEnumerable<EmbeddedFile>, 
	IEnumerable
Visual Basic
Public Class EmbeddedFileCollection _
	Implements IEnumerable(Of EmbeddedFile), IEnumerable

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF..::..EmbeddedFileCollection

See Also