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