Accusoft.ImagXpress13.Net
ResolutionPrecision Property




Gets or sets the level of precision of the HorizontalResolution, VerticalResolution and Resolution returned.
Syntax
'Declaration
 
Public Property ResolutionPrecision As Integer
'Usage
 
Dim instance As ImageX
Dim value As Integer
 
instance.ResolutionPrecision = value
 
value = instance.ResolutionPrecision
public int ResolutionPrecision {get; set;}
public: __property int get_ResolutionPrecision();
public: __property void set_ResolutionPrecision( 
   int value
);
public:
property int ResolutionPrecision {
   int get();
   void set (    int value);
}

Property Value

The level of precision of the HorizontalResolution, VerticalResolution and Resolution returned. The default value for this property is 1. This property must be a value from Resolution.MinimumPrecision to Resolution.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 Resolution.MaximumPrecision and handle any truncation or rounding itself.
See Also

Reference

ImageX Class
ImageX Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback