GetResolutionAt  Method

Description         This method retrieves the value of resolution in the specified position. Use GetAvailableResolutions Method to retrieve the array of resolutions.

Usage                  ret = [form.]TWAIN. GetResolutionAt Resolutions Item

Returns               ret                           Long                Returns the value of resolution.

Remarks             Resolutions            LONGLONG Handle of the array of available resolutions.

                            Item                                    Long    Position in the array.

Programing Notes     See ErrorCode property for error. If operation succeded the error code will be TW_OK.

See Also              GetAvailableResolutions Method, ReleaseData  Method