IDocumentImage – GBG IDscan Documentation

IDocumentImage

Configuration object interface for DocumentImage

Signature:

export interface IDocumentImage 

Properties

PropertyTypeDescription
typestringThe type of image
urlstringThe location to retrieve the image from or the DataURI containing it

IDocumentImage.type property

The type of the imag

Signature:

readonly type: string;

IDocumentImage.url property

The location to retrieve the image from or the DataURI containing it

Signature:

readonly url: string;

Was this page helpful?