Accusoft.ISISXpress7.Net
RationalValue Property




Gets and sets a rational for the current scanner setting.
Syntax
'Declaration
 
Public Property RationalValue As RationalType
'Usage
 
Dim instance As Setting
Dim value As RationalType
 
instance.RationalValue = value
 
value = instance.RationalValue
public RationalType RationalValue {get; set;}
public: __property RationalType* get_RationalValue();
public: __property void set_RationalValue( 
   RationalType* value
);
public:
property RationalType^ RationalValue {
   RationalType^ get();
   void set (    RationalType^ value);
}

Property Value

A RationalType object for the current scanner setting.
See Also

Reference

Setting Class
Setting Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback