VideoPresentationPage CreateVideoPage( Presentation presentation, string videoURI, int insertIndex )
Function CreateVideoPage( _ ByVal presentation As Presentation, _ ByVal videoURI As String, _ ByVal insertIndex As Integer _ ) As VideoPresentationPage
Parameters
- presentation
- The presentation
- videoURI
- The path to a video
- insertIndex
- The insert position. If -1, the page is added to the end of the page collection. If 0, the page is added to the beginning of the page collection.
Return Value
A new VideoPresentationPage