GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / TwainGetAvailableImprinterModeCount Method





In This Topic
TwainGetAvailableImprinterModeCount Method (GdPictureImaging)
In This Topic
Returns the number of available printer mode.
Syntax
'Declaration
 
Public Function TwainGetAvailableImprinterModeCount() As Integer
public int TwainGetAvailableImprinterModeCount()
public function TwainGetAvailableImprinterModeCount(): Integer; 
public function TwainGetAvailableImprinterModeCount() : int;
public: int TwainGetAvailableImprinterModeCount(); 
public:
int TwainGetAvailableImprinterModeCount(); 

Return Value

If Success, non zero: The number of available printer mode. Else 0 if fail. Use TwainGetLastResultCode() and TwainGetLastConditionCode() methods for diagnosing the error.
Remarks
Before using this method check that the TWAIN state is >= 4 (TWAIN_SOURCE_OPEN). To get the TWAIN state, use the TwainGetState() method.
See Also