The index of the image to be acquired. Must be a value between 1 and WiaGetImageCount().





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSelectImageIdx Method

WiaSelectImageIdx Method (GdPictureImaging)

In This Topic
Sets the index of the image to be transferred from the selected device.
Syntax
'Declaration

 

Public Function WiaSelectImageIdx( _

   ByVal ImageIdx As Integer _

) As GdPictureStatus
public GdPictureStatus WiaSelectImageIdx( 

   int ImageIdx

)
public function WiaSelectImageIdx( 

    ImageIdx: Integer

): GdPictureStatus; 
public function WiaSelectImageIdx( 

   ImageIdx : int

) : GdPictureStatus;
public: GdPictureStatus WiaSelectImageIdx( 

   int ImageIdx

) 
public:

GdPictureStatus WiaSelectImageIdx( 

   int ImageIdx

) 

Parameters

ImageIdx
The index of the image to be acquired. Must be a value between 1 and WiaGetImageCount().

Return Value

A member of the GdPictureStatus enumeration.
See Also