ImageRendition.Version property

Gets the current version of an image rendition.

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property Version As Integer
    Get
'Usage
Dim instance As ImageRendition
Dim value As Integer

value = instance.Version
public int Version { get; }

Property value

Type: System.Int32
The current version of an image rendition.

Remarks

The value increments each time the width and height of the image rendition changes.

See also

Reference

ImageRendition class

ImageRendition members

Microsoft.SharePoint.Client.Publishing namespace