visit Kofax web site

SPImage Class Reference

List of all members.

Detailed Description

PHP Wrapper around the COM object ActiveSW.SPImage.

Note:
the class SPImage requires a prior instance of a SPSignWare object
See also:
ACTIVESWLib.ISPImage


Public Member Functions

 cleanFrames ($dWeight)
 Clean frames.
 getFrames ()
 Query the weighted frames for the loaded image.
 setBase64Bitmap ($bImageData)
 Set the image.
 SPImage ()
 Constructor.

Public Attributes

 $className = "SPImage"
 Name of this class.
 $com = FALSE
 native COM handle


Constructor & Destructor Documentation

SPImage.SPImage  ) 
 

Constructor.

Exceptions:
Exception on errors


Member Function Documentation

SPImage.cleanFrames dWeight  ) 
 

Clean frames.

Parameters:
$dWeight [i] the weight, all frames with a weight less than $dWeight will be deleted
Exceptions:
Exception on errors
See also:
ACTIVESWLib.ISPImage.CleanFrames

SPImage.getFrames  ) 
 

Query the weighted frames for the loaded image.

Returns:
SPWeightedFrames, an instance of SPWeightedFrames that containes all calculated frames
Exceptions:
Exception on errors
See also:
ACTIVESWLib.ISPImage.GetFrames

SPImage.setBase64Bitmap bImageData  ) 
 

Set the image.

Parameters:
$bImageData [i] base64-enccoded binary image data
Exceptions:
Exception on errors
See also:
ACTIVESWLib.ISPImage.SetBitmap


Member Data Documentation

SPImage.$className = "SPImage"
 

Name of this class.

SPImage.$com = FALSE
 

native COM handle


The documentation for this class was generated from the following file: