TwainGetAvailablePixelTypeCount Method (GdPictureImaging)
Returns the number of available pixel types values which can be used by the opened source in its
current configuration.
public int TwainGetAvailablePixelTypeCount()
public function TwainGetAvailablePixelTypeCount(): Integer;
public function TwainGetAvailablePixelTypeCount() : int;
public: int TwainGetAvailablePixelTypeCount();
public:
int TwainGetAvailablePixelTypeCount();
'Declaration
Public Function TwainGetAvailablePixelTypeCount() As Integer
Return Value
If Success, non zero: The number of available pixel types values. Else 0 if fail -> Use
TwainGetLastResultCode() and TwainGetLastConditionCode() methods for diagnosing the error.