IWxViewExporter.PixelHeight

Syntax

PixelHeight: Integer;

Description

The PixelHeight property determines the height of the image after export.

Comments

The size of image on export is set using the following algorithm:

  1. 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

  2. The following correlations are calculated:

  3. 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.

Example

The example of use is given in description of IWxViewExporter.ExportToFile.

See also:

IWxViewExporter