ImageRendition.Height property
Gets or sets the height of an image rendition.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property Height As Integer
Get
Set
'Usage
Dim instance As ImageRendition
Dim value As Integer
value = instance.Height
instance.Height = value
public int Height { get; set; }
Property value
Type: System.Int32
The height of an image rendition.
Remarks
An image rendition must have a Width property, Height property, or both set to a value greater than zero. If both Width and Height are not set to a value greater than zero, the image rendition is considered invalid and the save operation fails.