Description Sets or returns this page's vertical resolution in dots-per-inch. 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).ImageResolutionY [= value= [setting]
Data TypeLong
Example This example sets this page's vertical resolution.
Img.Pages(1).ImageResolutionY = 200
This example returns this page's vertical resolution.
YRes = Img.Pages(1).ImageResolutionY