Gets and sets the level of white used in the WSQ file compression.
public int White {get; set;}
public: __property int get_White();
public: __property void set_White(
int value
);
public:
property int White {
int get();
void set ( int value);
}
'Declaration
Public Property White As Integer
'Usage
Dim instance As SaveOptionsWsq
Dim value As Integer
instance.White = value
value = instance.White
Property Value
An integer value which represents the level of white used.