ImageGear for Silverlight
ImGearIsisScanDataType Enumeration
See Also  Send Feedback
ImageGear20.Isis Assembly > ImageGear.Isis Namespace : ImGearIsisScanDataType Enumeration




Glossary Item Box

Specifies the type of data to provide when an image is scanned.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
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.
ImGearDocument2 The scanned data will be provided as an ImGearDocument available through the ImGearIsisDocumentRetrievedResult Document property.
ImGearPage1 The scanned data will be provided as an ImGearPage available through the ImGearIsisPageRetrievedResult Page property.
None0 The scanned data will not be provided.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Isis.ImGearIsisScanDataType

See Also

©2013. Accusoft Corporation. All Rights Reserved.