Kofax Mobile SDK API Reference
Classes | Enumerations
KFXImageProcessorConfiguration.h File Reference
#import <Foundation/Foundation.h>
#import "kfxKEDBoundingTetragon.h"

Go to the source code of this file.

Classes

class  KFXDocumentDimensions
 The Dimensions of a Document. More...
 
class  KFXImageProcessorConfiguration
 Image Processor Configuration Specifies Image Processing Options. More...
 

Enumerations

enum  KFXRotateType {
  ROTATE_NONE, ROTATE_90, ROTATE_180, ROTATE_270,
  ROTATE_AUTO
}
 
enum  KFXColorDepth { BITONAL = 1, GRAYSCALE = 8, COLOR = 24 }
 
enum  KFXCropType { CROP_NONE, CROP_AUTO, CROP_TETRAGON }
 Cropping Options enumeration. More...
 
enum  KFXDeskewType { DESKEW_NONE, DESKEW_BY_DOCUMENT_EDGES, DESKEW_BY_DOCUMENT_CONTENT }
 
enum  KFXTargetFrameCropType { TARGET_FRAME_CROP_OFF, TARGET_FRAME_CROP_ON }
 

Enumeration Type Documentation

◆ KFXColorDepth

Enumerator
BITONAL 
GRAYSCALE 
COLOR 

◆ KFXCropType

Cropping Options enumeration.

Use this enumeration to specify the type of cropping you want to perform on the image. The following options can be specified:
CROP_NONE to not crop an image.
CROP_AUTO to automatically crop to the edges of the page found in the image, assuming the image has page edges.
CROP_TETRAGON to indicate you want the image cropped to a user supplied tetragon, as provided in the croppingTetragon property.

Enumerator
CROP_NONE 
CROP_AUTO 
CROP_TETRAGON 

◆ KFXDeskewType

Enumerator
DESKEW_NONE 
DESKEW_BY_DOCUMENT_EDGES 
DESKEW_BY_DOCUMENT_CONTENT 

◆ KFXRotateType

Enumerator
ROTATE_NONE 
ROTATE_90 
ROTATE_180 
ROTATE_270 
ROTATE_AUTO 

◆ KFXTargetFrameCropType

Enumerator
TARGET_FRAME_CROP_OFF 
TARGET_FRAME_CROP_ON 
Untitled Document © 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.