Kofax Mobile SDK API Reference
Public Attributes | List of all members
Image.ImageRep Enum Reference

An enum which identifies the Image Representation(s) included in this Image Object. More...

Public Attributes

 IMAGE_REP_NONE
 
 IMAGE_REP_BITMAP
 
 IMAGE_REP_FILE
 
 IMAGE_REP_BOTH
 

Detailed Description

An enum which identifies the Image Representation(s) included in this Image Object.

This enumeration indicates how the Image object is represented. The Image object may contain a bitmap image, or be represented by an image in a file, or both. You end up with the representation set to both when you write the image to a file by name, or you read the image into the bitmap from a file name. The library manages this representation for you based on operations you perform on the Image object.

Member Data Documentation

IMAGE_REP_BITMAP
IMAGE_REP_BOTH
IMAGE_REP_FILE
IMAGE_REP_NONE

The documentation for this enum was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.