PixelHeight: Integer;
PixelHeight: integer;
The PixelHeight property determines the height of the image after export.
The size of image on export is set using the following algorithm:
Actual width and height of the image are calculated in accordance with the distance from uppermost left top to the lowermost right top of the shape.
The following correlations are calculated:
Calculated width and the IWxViewExporter.PixelWidth property value.
Calculated height and value of the PixelHeight property.
In case of maximum correlation the size value is scaled to keep the image proportions.
By default, the PixelHeight property is set to 0, the exported image has the calculated height.
The example of use is given in description of IWxViewExporter.ExportToFile.
See also: