Skip to main content

TdxOfficeImage.VerticalResolution Property

Returns the stored image’s vertical resolution, in pixels per inch.

Declaration

property VerticalResolution: Single read;

Property Value

Type
Single

Remarks

Use the HorizontalResolution and VerticalResolution properties to identify the stored image’s spatial resolution (that is, the image clarity).

Call the SetResolution procedure to change the stored image’s spatial resolution.

See Also