Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Precision Property (IAnnRulerObject)






Gets or sets the number of digits to the right of the decimal point when displaying the length of the ruler.
Syntax
int Precision {get; set;}
property int Precision {
   int get();
   void set (    int value);
}
'Declaration
 
Property Precision As Integer
 
'Usage
 
Dim instance As IAnnRulerObject
Dim value As Integer
 
instance.Precision = value
 
value = instance.Precision

Property Value

The number of digits to the right of the decimal point.
Remarks

If the ruler length is 135.683 and the precision is 2, the value 135.68 will be displayed.

This property is used only if the ShowLength property is true.

Requirements

Target Platforms

See Also

Reference

IAnnRulerObject Interface
IAnnRulerObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)