ImageRendition.Width - Propriété
Obtient ou définit la largeur pour le rendu d'image.
Espace de noms : Microsoft.SharePoint.Client.Publishing
Assemblys : Microsoft.SharePoint.Client.Publishing.Silverlight (dans Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (dans Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (dans Microsoft.SharePoint.Client.Publishing.dll)
Syntaxe
'Déclaration
Public Property Width As Integer
Get
Set
'Utilisation
Dim instance As ImageRendition
Dim value As Integer
value = instance.Width
instance.Width = value
public int Width { get; set; }
Valeur de propriété
Type : System.Int32
La largeur pour le rendu d'image.
Remarques
Un rendu doit avoir un Width propriété et la propriété Height , ou les deux défini sur une valeur supérieures à zéro. Si Width et Height sont non définies sur une valeur supérieures à zéro, le rendu d'image est considéré comme non valide et l'enregistrer opération échoue.