NewResolutionY Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

short NewResolutionY;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the horizontal resolution value in the Resize dialog box.

The NewResolutionY property value must not exceed the value set in the MaxNewResolutionX property. The value set in this field will not affect the initial width and height set in the NewWidth and NewHeight properties. Setting this property to 0 will set the initial horizontal value in the dialog to the value of the CurrentResolutionX property.

See Also

Elements

ShowResizeDlg method