In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetAvailableBrightnessCount Method

WiaGetAvailableBrightnessCount Method (GdPictureImaging)

In This Topic
Returns the number of supported brightness values which can be used by the opened source in its current configuration.
Syntax
'Declaration
 
Public Function WiaGetAvailableBrightnessCount() As Integer
public int WiaGetAvailableBrightnessCount()
public function WiaGetAvailableBrightnessCount(): Integer; 
public function WiaGetAvailableBrightnessCount() : int;
public: int WiaGetAvailableBrightnessCount(); 
public:
int WiaGetAvailableBrightnessCount(); 

Return Value

If Success, non zero: The number of supported brightness values. Else 0 if fail. Use WiaGetLastError() methods for diagnosing the error.
See Also