Specifies the type of data to provide when an image is scanned.
Members
Member | Description |
Base64Document | 8 - The scanned data will be provided as a base 64 string available through the ImGearIsisDocumentRetrievedResult Base64Document property. |
Base64Page | 4 - The scanned data will be provided as a base 64 string available through the ImGearIsisPageRetrievedResult Base64Page property. |
None | 0 - The scanned data will not be provided. The ImGearIsisPageRetrievedResult ScannedPage or ImGearIsisDocumentRetrievedResult ScannedDocument callback parameter must
be used to asynchronously get the scanned page or document. |
Inheritance Hierarchy
Object
ImageGear.Web.Isis.ImGearIsisScanDataType
See Also