An embedded file (also know as attachment) collection.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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