EmbedCodeConfiguration.PixelHeight property
Gets or sets the pixel height 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 PixelHeight As UInteger
Get
Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As UInteger
value = instance.PixelHeight
instance.PixelHeight = value
public uint PixelHeight { get; set; }
Property value
Type: System.UInt32
The height in pixels.
Remarks
If the pixel height is not specified or is 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.