In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetImageCount Method

WiaGetImageCount Method (GdPictureImaging)

In This Topic
Returns the number of available image from the selected device, for example: the number of pictures stored on the memory card of a digital camera.
Syntax
'Declaration
 
Public Function WiaGetImageCount() As Integer
public int WiaGetImageCount()
public function WiaGetImageCount(): Integer; 
public function WiaGetImageCount() : int;
public: int WiaGetImageCount(); 
public:
int WiaGetImageCount(); 

Return Value

A member of the WiaImageIntent enumeration.
See Also