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

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

Property Value

The VectorWidth property sets the width of the vector image (in pixels). Default value is 800.

Explanation

The VectorWidth property property sets the width of a vector image when the image is loaded.

For EMF and WMF images

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

Regarding image size: When the 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 the VectorWidth properties.

See Also

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

 

The ImageKit WPF is created by Newtone Corporation