ImageResolutionX Property

Description Sets or returns this page's horizontal resolution in dots-per-inch.   Read/write property.  An error will be thrown when a value less than 20 or greater than 1200 dpi is specified. Read/write property.

Usage ImageFileObjectPageObject.Pages(pagenumber).ImageResolutionX = [= settingvalue]

Data TypeLong

Example This example sets this page's horizontal resolution.

Img.Pages(1).ImageResolutionX = 200

This example returns this page's horizontal resolution.

XRes = Img.Pages(1).ImageResolutionX