Gets and sets a value that indicates the amount of effort to expend analyzing the image to determine skew.
Syntax
public int Quality {get; set;}
public: __property int get_Quality();
public: __property void set_Quality(
int value
);
public:
property int Quality {
int get();
void set ( int value);
}
'Declaration
Public Property Quality As Integer
'Usage
Dim instance As DeskewOptions
Dim value As Integer
instance.Quality = value
value = instance.Quality
See Also