This property sets the height of a vector image when the image is loaded.

[Visual Basic] Public Property VectorHeight As Integer
[C#] public int VectorHeight {get; set;}

Property Value

The VectorHeight property sets the height of the vector image (in pixels). Default value is 600.

Explanation

The VectorHeight property sets the height of the vector image (in pixels).

For EMF and WMF images

If the VectorHeight property is set to a value of 0 or less, the size defined in the file header will be used.

Regarding image size: When a vector image is loaded, the ratio of the height and width of the original image is maintained and the image is scaled within the area defined by the VectorHeight and VectorWidth properties.

See Also

ImageKit.WPF.Web.ImageKit Members | Newtone.ImageKit.WPF.Web.ImageKit

 

The ImageKit WPF is created by Newtone Corporation