Accusoft.NotateXpressSdk Namespace > NotateXpress Class : RecalibrateXdpi Property |
'Declaration <CategoryAttribute("NotateXpress")> <DescriptionAttribute("Inidciates the x DPI if the user should need to scale the ruler.")> <BrowsableAttribute(True)> Public Property RecalibrateXdpi As Integer
'Usage Dim instance As NotateXpress Dim value As Integer instance.RecalibrateXdpi = value value = instance.RecalibrateXdpi
[Category("NotateXpress")] [Description("Inidciates the x DPI if the user should need to scale the ruler.")] [Browsable(true)] public int RecalibrateXdpi {get; set;}
[Category("NotateXpress")] [Description("Inidciates the x DPI if the user should need to scale the ruler.")] [Browsable(true)] public: __property int get_RecalibrateXdpi(); public: __property void set_RecalibrateXdpi( int value );
Note: 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.