Accusoft.NotateXpressSdk Namespace > NotateXpress Class : RecalibrateYdpi Property |
'Declaration <DescriptionAttribute("Inidciates the x dpi if the user should need to scale the ruler.")> <CategoryAttribute("NotateXpress")> <BrowsableAttribute(True)> Public Property RecalibrateYdpi As Integer
'Usage Dim instance As NotateXpress Dim value As Integer instance.RecalibrateYdpi = value value = instance.RecalibrateYdpi
[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 );
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.