Kofax Mobile SDK API Reference
Instance Methods | Properties | List of all members
KFXDocumentDimensions Class Reference

The Dimensions of a Document. More...

#import <KFXImageProcessorConfiguration.h>

Inheritance diagram for KFXDocumentDimensions:

Instance Methods

(instancetype) - initWithShortEdge:andLongEdge:
 Init with Short and Long Edges. More...
 

Properties

float shortEdge
 The Short Edge of a Document. More...
 
float longEdge
 The Long Edge of a Document. More...
 

Detailed Description

The Dimensions of a Document.

Represents the dimensions of a document. If the length of at least one of the edges of the document to be found are known ahead of time, they can be specified here to aid with edge detection, and also helps algorithms better estimate the output image DPI. You need not set both short and long edges; the algorithm uses one or both if present.

Method Documentation

- (instancetype) initWithShortEdge: (float)  shortEdge
andLongEdge: (float)  longEdge 

Init with Short and Long Edges.

Init with short and long edges.

Property Documentation

- (float) longEdge
readwritenonatomicassign

The Long Edge of a Document.

Represents the length of the longest edge of the document to be found in inches. If you set it to 0.0, the library will not use this parameter. Default: 0.0

- (float) shortEdge
readwritenonatomicassign

The Short Edge of a Document.

Represents the length of the shortest edge of the document to be found in inches. If you set it to 0.0, the library will not use this parameter. Default: 0.0


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