Accusoft.ImagXpress13.Net
White Property




Gets and sets the level of white used in the WSQ file compression.
Syntax
'Declaration
 
Public Property White As Integer
'Usage
 
Dim instance As SaveOptionsWsq
Dim value As Integer
 
instance.White = value
 
value = instance.White
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);
}

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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback