EmbeddedFilesCollection ClassByteScout PDF SDK
Represents the collection of embedded files.
Inheritance Hierarchy

SystemObject
  Bytescout.PDFEmbeddedFilesCollection

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public class EmbeddedFilesCollection : IEnumerable<EmbeddedFile>, 
	IEnumerable

The EmbeddedFilesCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of embedded files in collection.
Public propertyItem
Gets the element by the file name.
Top
Methods

  NameDescription
Public methodAdd
Adds the embedded file to the end of the collection.
Public methodClear
Removes all embedded file from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference