ImageGear .NET - Updated
ImGearIsisScanDataType Enumeration

ImageGear.Web.Isis Library > ImageGear.Web.Isis Namespace : ImGearIsisScanDataType Enumeration
Specifies the type of data to provide when an image is scanned.
Members
MemberDescription
Base64Document8 - The scanned data will be provided as a base 64 string available through the ImGearIsisDocumentRetrievedResult Base64Document property.
Base64Page4 - The scanned data will be provided as a base 64 string available through the ImGearIsisPageRetrievedResult Base64Page property.
None0 - 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

Reference

ImageGear.Web.Isis Namespace