'DeclarationPublic Function TwainSetImprinterIndex( _ ByVal Index As Integer _ ) As Boolean
public bool TwainSetImprinterIndex( int Index )
public function TwainSetImprinterIndex( Index: Integer ): Boolean;
public function TwainSetImprinterIndex( Index : int ) : boolean;
public: bool TwainSetImprinterIndex( int Index )
public: bool TwainSetImprinterIndex( int Index )
Parameters
- Index
 - The starting page for the current imprinter mode.
 
Return Value
            True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
            methods for diagnosing the error.
            
