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

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

[Description("Destination height.
Valid values are from 1 to 65535.")]
[DefaultValue(100)]
public System.Int32 Height { 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