ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisScanDataType Enumeration

In This Topic
    ImGearIsisScanDataType Enumeration
    In This Topic
    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