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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetAvailableVerticalResolutionNo Method

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
public int WiaGetAvailableVerticalResolutionNo( 
   int ResNo
)
public function WiaGetAvailableVerticalResolutionNo( 
    ResNo: Integer
): Integer; 
public function WiaGetAvailableVerticalResolutionNo( 
   ResNo : int
) : int;
public: int WiaGetAvailableVerticalResolutionNo( 
   int ResNo
) 
public:
int WiaGetAvailableVerticalResolutionNo( 
   int ResNo
) 

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