Accusoft.ImagXpress13.Net
Black Property




Gets and sets the level of black used in the WSQ file compression.
Syntax
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.
Remarks

The default value is 0.

Valid values are 0 to 255..

Note: Available in Professional edition.

See Also

Reference

SaveOptionsWsq Class
SaveOptionsWsq Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback