Accusoft.NotateXpress13.Net
Precision Property (RulerTool)




Gets and sets the number of decimal places to show for the ruler annotation length.
Syntax
public int Precision {get; set;}
public: __property int get_Precision();
public: __property void set_Precision( 
   int value
);
public:
property int Precision {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property Precision As Integer
 
'Usage
 
Dim instance As RulerTool
Dim value As Integer
 
instance.Precision = value
 
value = instance.Precision

Property Value

An integer value which represents the precision.
See Also

Reference

RulerTool Class
RulerTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback