| Accusoft.NotateXpressSdk Namespace > NotateXpress Class : RecalibrateYdpi Property |
'Declaration <CategoryAttribute("NotateXpress")> <BrowsableAttribute(True)> <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
[CategoryAttribute("NotateXpress")] [BrowsableAttribute(true)] [DescriptionAttribute("Inidciates the x dpi if the user should need to scale the ruler.")] public int RecalibrateYdpi {get; set;}
[CategoryAttribute("NotateXpress")] [BrowsableAttribute(true)] [DescriptionAttribute("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 );
[CategoryAttribute("NotateXpress")] [BrowsableAttribute(true)] [DescriptionAttribute("Inidciates the x dpi if the user should need to scale the ruler.")] public: property int RecalibrateYdpi { int get(); void set ( int value); }
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.