Share via


EmbedCodeConfiguration.PixelWidth property

Gets or sets the pixel width of the element that displays the media stream.

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

Syntax

'Declaration
Public Property PixelWidth As UInteger
    Get
    Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As UInteger

value = instance.PixelWidth

instance.PixelWidth = value
public uint PixelWidth { get; set; }

Property value

Type: System.UInt32
The width in pixels.

Remarks

If the pixel width is not specified, or less than 0, the value is taken from the natural media dimensions.

Use this property if the natural media dimensions do not fit the target display.

See also

Reference

EmbedCodeConfiguration class

EmbedCodeConfiguration members

Microsoft.Office.DocumentManagement.VideoSets namespace