TwainGetResolution Method (GdPictureImaging)
Returns the current resolution in Dot per inch of the selected scanner.
public int TwainGetResolution()
public function TwainGetResolution(): Integer;
public function TwainGetResolution() : int;
public: int TwainGetResolution();
public:
int TwainGetResolution();
'Declaration
Public Function TwainGetResolution() As Integer
Return Value
If success, non-zero value. If fail, -1 -> Use TwainGetLastResultCode() and
TwainGetLastConditionCode() methods for diagnosing the error.