Gets and sets the y (vertical) coordinate value for the DPI (dots per inch).
[Description("Inidciates the x dpi if the user should need to scale the ruler.")]
[Category("NotateXpress")]
[Browsable(true)]
public int RecalibrateYdpi {get; set;}
[Description("Inidciates the x dpi if the user should need to scale the ruler.")]
[Category("NotateXpress")]
[Browsable(true)]
public: __property int get_RecalibrateYdpi();
public: __property void set_RecalibrateYdpi(
int value
);
[Description("Inidciates the x dpi if the user should need to scale the ruler.")]
[Category("NotateXpress")]
[Browsable(true)]
public:
property int RecalibrateYdpi {
int get();
void set ( int value);
}
Property Value
An integer value which represents the y coordinate value for the DPI.