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 BorderRemovalOptions Dim value As Integer instance.Quality = value value = instance.Quality
The default value is 80.
Valid values are 1 to 100.
Set to a high value to insure the most accurate possible result and to a low value for fastest operation.
BorderRemovalOptions Class BorderRemovalOptions Members