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