MediaFormat.SetDisplayPicture Method
Sets the display picture at the specified time position.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub SetDisplayPicture ( _
Position As Integer _
)
'Usage
Dim instance As MediaFormat
Dim Position As Integer
instance.SetDisplayPicture(Position)
void SetDisplayPicture(
int Position
)
Parameters
- Position
Type: System.Int32
The time position in the media to set the display picture.