Accusoft.NotateXpress13.Net
RecalibrateXdpi Property




Gets and sets the x (horizontal) coordinate value for the DPI (dots per inch).
Syntax
'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
);
[Category("NotateXpress")]
[Description("Inidciates the x DPI if the user should need to scale the ruler.")]
[Browsable(true)]
public:
property int RecalibrateXdpi {
   int get();
   void set (    int value);
}

Property Value

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

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.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback