Share via


EmbedCodeConfiguration.PreviewImagePath property

Gets or sets the URL for the preview image to display before the media plays.

Namespace:  Microsoft.Office.DocumentManagement.VideoSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Property PreviewImagePath As String
    Get
    Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As String

value = instance.PreviewImagePath

instance.PreviewImagePath = value
public string PreviewImagePath { get; set; }

Property value

Type: System.String
The string that specifies the URL.

Remarks

Use this property if the default preview image for the media is not appropriate for the current context.

See also

Reference

EmbedCodeConfiguration class

EmbedCodeConfiguration members

Microsoft.Office.DocumentManagement.VideoSets namespace