Share via


ThumbnailMode Enumeration

The type of thumbnail to create.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder.Types (in microsoft.expression.encoder.types.dll)

Syntax

'Declaration
Public Enumeration ThumbnailMode
'Usage
Dim instance As ThumbnailMode
public enum ThumbnailMode
public enum class ThumbnailMode
public enum ThumbnailMode
public enum ThumbnailMode

Members

Member name Description
BestFrame Generate a thumbnail using the first nonsolid color frame.
Custom Generate a thumbnail at a custom time which is specified using the ThumbnailTime property.
FirstFrame Generate a thumbnail using the first frame in the video file.
None Generate no thumbnail.

See Also

Reference

Microsoft.Expression.Encoder Namespace