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