VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ResizeCanvasCommand Class / Width Property
Syntax Exceptions Requirements SeeAlso
In This Topic
Width Property (ResizeCanvasCommand)
In This Topic
Gets or sets destination width.
Syntax
'Declaration

<DefaultValueAttribute(100)>
<DescriptionAttribute("Destination width.
Valid values are from 1 to 65535.")>
Public Property Width As System.Int32

[DefaultValue(100)]
[Description("Destination width.
Valid values are from 1 to 65535.")]
public System.Int32 Width { get; set; }

Property Value

Valid values are from 1 to 65535. Default value is 100.
Exceptions
ExceptionDescription
Thrown if new value is lower or equal to 0 or greater than 65535.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also