visit Kofax web site

SPPropertyMap Class Reference

List of all members.

Detailed Description

PHP Wrapper around the COM object ActiveSW.SPPropertyMap.

Note:
the class SPPropertyMap requires a prior instance of a SPSignWare object
See also:
ACTIVESWLib.ISPPropertyMap


Public Member Functions

 setBool ($aName, $aValue)
 setInt ($aName, $aValue)
 setString ($aName, $aValue)
 SPPropertyMap ()

Public Attributes

 $className = "SPPropertyMap"
 Name of this class.
 $com = false
 native COM handle


Constructor & Destructor Documentation

SPPropertyMap.SPPropertyMap  ) 
 

Constructor

Exceptions:
Exception on errors


Member Function Documentation

SPPropertyMap.setBool aName,
aValue
 

Set a boolean Value in the property map

Parameters:
$aName [i] the property name
$aValue [i] the value
Exceptions:
Exception on errors
See also:
ACTIVESWLib.ISPPropertyMap.SetBool

SPPropertyMap.setInt aName,
aValue
 

Set an Int-Value in the property map

Parameters:
$aName [i] the property name
$aValue [i] the value
Exceptions:
Exception on errors
See also:
ACTIVESWLib.ISPPropertyMap.SetInt

SPPropertyMap.setString aName,
aValue
 

Set a String-Value in the property map

Parameters:
$aName [i] the property name
$aValue [i] the value
Exceptions:
Exception on errors
See also:
ACTIVESWLib.ISPPropertyMap.SetString


Member Data Documentation

SPPropertyMap.$className = "SPPropertyMap"
 

Name of this class.

SPPropertyMap.$com = false
 

native COM handle


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