ImageRendition.Width propriedade
Obtém ou define a largura para a representação de imagem.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property Width As Integer
Get
Set
'Uso
Dim instance As ImageRendition
Dim value As Integer
value = instance.Width
instance.Width = value
[DataMemberAttribute]
public int Width { get; set; }
Valor de propriedade
Tipo: System.Int32
A largura da representação da imagem em pixels.
Comentários
Uma representação de imagem deve ter uma propriedade Width , a propriedade Height() ou definidas como um valor maiores que zero. Se Width e Height não estiverem definidas para um valor maiores que zero, a representação da imagem será considerada inválida e salvar operação falha.