Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.29 KB

PowerPoint.Presentation.CreateVideo.md

File metadata and controls

44 lines (28 loc) · 1.29 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.CreateVideo method (PowerPoint)
vbapp10.chm583123
vbapp10.chm583123
PowerPoint.Presentation.CreateVideo
d302f251-66ee-c82d-d9b9-2c29b93f7615
06/08/2017
medium

Presentation.CreateVideo method (PowerPoint)

Creates a video in a Presentation object.

Syntax

expression. CreateVideo( _FileName_, _UseTimingsAndNarrations_, _DefaultSlideDuration_, _VertResolution_, _FramesPerSecond_, _Quality_ )

expression A variable that represents a Presentation object.

Parameters

Name Required/Optional Data type Description
FileName Required String The name of the video file to create.
UseTimingsAndNarrations Optional Boolean Indicates whether to use timings and narrations.
DefaultSlideDuration Optional [INT] The duration, in seconds, to view the slide.
VertResolution Optional [INT] The resolution of the slide.
FramesPerSecond Optional [INT] The number of frames per second.
Quality Optional [INT] The level of quality of the slide.

See also

Presentation Object

[!includeSupport and feedback]