In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetAvailableImageIntentCount Method

WiaGetAvailableImageIntentCount Method (GdPictureImaging)

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

Return Value

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