cxVectorToRasterXRes

This is a read and write property.

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

This property is set in conjunction with cyVectorToRasterYRes. 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 you set both cxVectorToRasterXRes and cyVectorToRasterYRes to a percentage, cyVectorToRasterYRes defaults to 0 during the conversion.

To set the resolution in pixels


_HP_HTML5_bannerTitle.htm