WiaGetAvailableHorizontalResolutionCount Method (GdPictureImaging)
Returns the number of supported horizontal resolutions which can be used by the opened source in its current configuration.
public int WiaGetAvailableHorizontalResolutionCount()
public function WiaGetAvailableHorizontalResolutionCount(): Integer;
public function WiaGetAvailableHorizontalResolutionCount() : int;
public: int WiaGetAvailableHorizontalResolutionCount();
public:
int WiaGetAvailableHorizontalResolutionCount();
'Declaration
Public Function WiaGetAvailableHorizontalResolutionCount() As Integer
Return Value
If Success, non zero: The number of supported horizontal resolutions. Else 0 if fail. Use WiaGetLastError() methods for diagnosing the error.