Presentation
Videos Property
|
Gets the collection of all embedded video.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public VideoCollection Videos { get; }
Public ReadOnly Property Videos As VideoCollection
Get
public:
property VideoCollection^ Videos {
VideoCollection^ get ();
}
member Videos : VideoCollection with get
Property Value
Type:
VideoCollection
See Also