IVideo
EmbeddedVideoData Property
|
Gets or sets embedded video object.
Read/write
VideoData
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
VideoData EmbeddedVideoData { get; set; }
Property EmbeddedVideoData As VideoData
Get
Set
property VideoData^ EmbeddedVideoData {
VideoData^ get ();
void set (VideoData^ value);
}
abstract EmbeddedVideoData : VideoData with get, set
Property Value
Type:
VideoData
See Also