XImageCollection Class |
Namespace: Aspose.Pdf
The XImageCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Count of images in collection.
|
![]() | IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
![]() | IsSynchronized |
Returns true if object is synchronized.
|
![]() | ItemInt32 |
Gets image from collection by its index.
|
![]() | ItemString |
Gets image from collection by its name.
|
![]() | Names |
Gets array of image names.
|
![]() | SyncRoot |
Returns synchronization object.
|
Name | Description | |
---|---|---|
![]() | Add(Stream) |
Adds entity to the end of the collection, so entity can be accessed by the last index.
|
![]() | Add(XImage) |
Adds new image to Image list. This method adds image as reference to the same PdfObject (which allows to decrease file size)
|
![]() | Add(Stream, ImageFilterType) |
Adds entity to the end of the collection, so entity can be accessed by the last index.
|
![]() | Add(Stream, Int32) |
Adds entity to the end of the collection, so entity can be accessed by the last index.
|
![]() | Clear |
Clears all items from the collection.
|
![]() | Contains |
Determines whether the collection contains a specific value.
|
![]() | CopyTo |
Copies array of images into collection.
|
![]() | Delete |
Deletes images from collection.
|
![]() | Delete(Int32) |
Removes index from collection by index.
|
![]() | Delete(String) |
Removes item from collection by name.
|
![]() | Delete(Int32, ImageDeleteAction) |
Removes image from collection by index performing action specified by action parameter.
|
![]() | Delete(String, ImageDeleteAction) |
Removes item from collection by name.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator |
Returns collection enumerator.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetImageName |
Returns name in images list which is key of the given image.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove |
Removes item from collection, throws NotImplementedException.
|
![]() | Replace(Int32, Stream) |
Replace image in collection with another image.
|
![]() | Replace(Int32, Stream, Int32) |
Replace image in collection with another image.
|
![]() | Replace(Int32, Stream, Int32, Boolean) |
Replace image in collection with another image.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |