'Declaration
Public Function PatchCodeReaderDoScan( _ ByVal ImageID As Integer _ ) As GdPictureStatus
public GdPictureStatus PatchCodeReaderDoScan( int ImageID )
public function PatchCodeReaderDoScan( ImageID: Integer ): GdPictureStatus;
public function PatchCodeReaderDoScan( ImageID : int ) : GdPictureStatus;
public: GdPictureStatus PatchCodeReaderDoScan( int ImageID )
public: GdPictureStatus PatchCodeReaderDoScan( int ImageID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the image in use.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.