In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetAvailableVerticalResolutionCount Method

WiaGetAvailableVerticalResolutionCount Method (GdPictureImaging)

In This Topic
Returns the number of supported vertical resolutions which can be used by the opened source in its current configuration.
Syntax
'Declaration
 
Public Function WiaGetAvailableVerticalResolutionCount() As Integer
public int WiaGetAvailableVerticalResolutionCount()
public function WiaGetAvailableVerticalResolutionCount(): Integer; 
public function WiaGetAvailableVerticalResolutionCount() : int;
public: int WiaGetAvailableVerticalResolutionCount(); 
public:
int WiaGetAvailableVerticalResolutionCount(); 

Return Value

If Success, non zero: The number of supported vertical resolutions. Else 0 if fail. Use WiaGetLastError() methods for diagnosing the error.
See Also