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

[C++Builder]   imagekitcontrolname->FileIO->VectorHeight[ = int ]
[Delphi]   imagekitcontrolname.FileIO.VectorHeight[ = Integer ]

Property Value

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

Explanation

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

For DXF and SXF images

    If the VectorHeight property or the VectorWidth property is set to a value of 0 or less, 600 will be used.

For EMF, SVG, and WMF images

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

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

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation