Gets or sets the level of precision of the
Dimensions returned.
'Declaration
Public Property Precision As Integer
'Usage
Dim instance As Resolution
Dim value As Integer
instance.Precision = value
value = instance.Precision
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);
}
Property Value
The level of precision of the
Dimensions returned. The default value for this property is 1. This parameter must be a value from
MinimumPrecision to
MaximumPrecision. Setting the precision is really a request for the precision level to be at a certain level. Because of the way floating-point numbers are stored in computers, ImagXpress can not guarantee that the precision is at a certain level. If the application needs 100% accuracy, then the application should set this value to
MaximumPrecision and handle any truncation or rounding itself.