The starting page for the current imprinter mode.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainSetImprinterIndex Method

TwainSetImprinterIndex Method (GdPictureImaging)

In This Topic
Defines the starting page number with the current imprinter mode.
Syntax
'Declaration

 

Public 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.
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