IVideoCollection
IVideoCollection class
Represents a collection of Video objects.
The IVideoCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Gets the element at the specified index. Read-only IVideo. |
Methods
Name | Description |
---|---|
add_video(video) | Adds a copy of an video file from an another presentation. |
add_video(stream) | Creates and adds a video to a presentation from stream. |
add_video(stream, loading_stream_behavior) | Creates and adds a video to a presentation from stream. |
add_video(video_data) | Creates and adds a video to a presentation from byte array. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides