EmbeddedFileCollection Class |
Namespace: Aspose.Pdf
The EmbeddedFileCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets number of embedded files in collection.
|
![]() | IsSynchronized |
Gets a value indicating whether access to this collection is synchronized (thread safe).
|
![]() | ItemInt32 |
Gets embedded file by its index.
|
![]() | ItemString |
Gets embedded file by its name.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to this collection.
|
Name | Description | |
---|---|---|
![]() | Add(FileSpecification) |
Adds embedded file specification into collection.
|
![]() | Add(String, FileSpecification) |
Adds file to embedded files with the specified key.
|
![]() | CopyTo |
Copies array of FileSpecification object into colleciton.
|
![]() | Delete |
Remove all embedded files from document.
|
![]() | Delete(String) |
Delete embedded file by name.
|
![]() | DeleteByKey |
Deletes file from the collection by its key in the collection.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns colleciton enumerator.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |