ShapeList
AppendVideoMedia Method (String, RectangleF, Boolean)
|
Add a new video to collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IVideo AppendVideoMedia(
string filePath,
RectangleF rectangle,
bool isInnerLink
)
Public Function AppendVideoMedia (
filePath As String,
rectangle As RectangleF,
isInnerLink As Boolean
) As IVideo
public:
IVideo^ AppendVideoMedia(
String^ filePath,
RectangleF rectangle,
bool isInnerLink
)
member AppendVideoMedia :
filePath : string *
rectangle : RectangleF *
isInnerLink : bool -> IVideo
Parameters
-
filePath
-
Type:
System
String
-
rectangle
-
Type:
System.Drawing
RectangleF
-
isInnerLink
-
Type:
System
Boolean
Return Value
Type:
IVideo
See Also