cyVectorToRasterYRes

This is a read and write property.

This property controls the Y resolution (height in pixels) at which presentations and graphics are converted. The default value is 0, which means HTML Export retains the original resolution.

This property is set in conjunction with cxVectorToRasterXRes. You can specify the resolution in one of two ways:

To set the resolution proportionally

  1. Set cxVectorToRasterXRes to a percentage of the original resolution. For example, the following setting converts the graphic at 50 percent of the original resolution:

    cxVectorToRasterXRes=-50

    The following setting converts the graphic at 200 percent of the original resolution:

    cxVectorToRasterXRes=-200
  2. cyVectorToRasterYRes must be set to 0. The Y resolution is automatically adjusted to maintain the aspect ratio. If both cxVectorToRasterXRes and cyVectorToRasterYRes are set to a percentage, cyVectorToRasterYRes defaults to 0 during the conversion.

To set the resolution in pixels

NOTE: The maximum resolution is 4000 pixels.

_HP_HTML5_bannerTitle.htm