ImageRendition.Version property

Gets the current version of an image rendition.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Version As Integer
    Get
    Private Set
'Usage
Dim instance As ImageRendition
Dim value As Integer

value = instance.Version
[DataMemberAttribute]
public int Version { get; private set; }

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.Publishing namespace