Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

ImageSource

Interface that defines an Image Source.

Members

getImage()

Returns an image from the Image Source.

/**
 * @param index Specifies the index of the image. If undefined, the Image Source will determine which image to return.
 */ 
getImage(index?: number): Promise<DSImage> | DSImage;

This page is compatible for:

Is this page helpful?

YesYes NoNo