Accusoft.ImagXpress13.Net
White Property




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

The default value is 255.

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