GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / WiaGetAvailableVerticalResolutionNo Method
Index of the supported vertical resolution. Must be a value between 1 and WiaGetAvailableVerticalResolutionCount() returned value.





In This Topic
WiaGetAvailableVerticalResolutionNo Method (GdPictureImaging)
In This Topic
Returns a supported vertical resolution which can be used by the opened source in its current configuration.
Syntax
'Declaration
 
Public Function WiaGetAvailableVerticalResolutionNo( _
   ByVal ResNo As Integer _
) As Integer
 

Parameters

ResNo
Index of the supported vertical resolution. Must be a value between 1 and WiaGetAvailableVerticalResolutionCount() returned value.

Return Value

The supported vertical resolution.
See Also