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