EmbeddedFilesCollection Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the collection of embedded files.
Inheritance Hierarchy
Bytescout.PDFEmbeddedFilesCollection
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The EmbeddedFilesCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of embedded files in collection. | |
Item | Gets the element by the file name. |
Methods
Name | Description | |
---|---|---|
Add | Adds the embedded file to the end of the collection. | |
Clear | Removes all embedded file from the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also