Accusoft.NotateXpress13.Net
RecalibrateYdpi Property




Gets and sets the y (vertical) coordinate value for the DPI (dots per inch).
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("NotateXpress")>
<DescriptionAttribute("Inidciates the x dpi if the user should need to scale the ruler.")>
Public Property RecalibrateYdpi As Integer
'Usage
 
Dim instance As NotateXpress
Dim value As Integer
 
instance.RecalibrateYdpi = value
 
value = instance.RecalibrateYdpi
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates the x dpi if the user should need to scale the ruler.")]
public int RecalibrateYdpi {get; set;}
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates the x dpi if the user should need to scale the ruler.")]
public: __property int get_RecalibrateYdpi();
public: __property void set_RecalibrateYdpi( 
   int value
);
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates the x dpi if the user should need to scale the ruler.")]
public:
property int RecalibrateYdpi {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the y coordinate value for the DPI.
Remarks

This is only used for the ruler annotation calculating the size of the ruler.

Normally, a user would not have to set this as NotateXpress automatically gets this from ImagXpress. A user may want to use this if they need to scale the ruler or if ImagXpress should ever produce an incorrect value.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback