In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainGetImprinterIndex Method

TwainGetImprinterIndex Method (GdPictureImaging)

In This Topic
Returns the starting page number with the current imprinter mode.
Syntax
'Declaration
 
Public Function TwainGetImprinterIndex() As Integer
public int TwainGetImprinterIndex()
public function TwainGetImprinterIndex(): Integer; 
public function TwainGetImprinterIndex() : int;
public: int TwainGetImprinterIndex(); 
public:
int TwainGetImprinterIndex(); 

Return Value

The starting page number.
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