ScannerEntryOptions Class Reference
List of all members.Detailed Description
Scanner image capture options.The capture options string describes a multi-page dialog to capture one or more images within the host browser
Class ScannerEntryOptions represents the ScannerEntryOptions dtd as a PHP object
Public Member Functions | |
addDialog ($aDialog) | |
add a dialog page | |
addMessage ($msg) | |
Add a Message. | |
addMessages ($msgs) | |
Set a Message array. | |
addScannerClass ($aClass) | |
add a dialog page | |
createBase64XML (&$strEncoding) | |
Create the base64 encoded XML descriptor. | |
createEncodedXML ($encoding) | |
Create the base64 encoded XML descriptor. | |
loadEncodedXML ($aXml, $encoding) | |
Read a base64 encoded XML descriptor. | |
ScannerEntryOptions () | |
Constructor. | |
Public Attributes | |
$mResultEncoding = "Base64Zip" | |
Result image encoding, String, "Base64Zip" "Base64Raw", "Base64ZipCompressed" or "Base64RawCompressed", optional. | |
$mResultImage = "ImageNone" | |
Result image format, String, use predefined constants eImageBmp, eImageTiff, eImageGif, eImagePng or eImageJpeg, optional. | |
$mServiceAccess = FALSE | |
web service object (ScannerService), optional | |
$plDialog = array() | |
Array of PlDialog objects, see addDialog. | |
$plScannerClass = array() | |
Array of PlScannerClass objects, see addScannerClass. | |
$scanMsg = array() | |
Array of scanner messages (ScannerMessage), call addMessage or addMessages, optional. | |
$strXmlHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ScannerEntryOptions>\n</ScannerEntryOptions>" | |
Protected Member Functions | |
createXML () | |
Create the XML descriptor. | |
loadXML ($aXml) | |
Read an XML descriptor. |
Constructor & Destructor Documentation
|
Constructor.
|
Member Function Documentation
|
add a dialog page
|
|
Add a Message.
|
|
Set a Message array.
|
|
add a dialog page
|
|
Create the base64 encoded XML descriptor.
|
|
Create the base64 encoded XML descriptor.
|
|
Create the XML descriptor.
|
|
Read a base64 encoded XML descriptor.
|
|
Read an XML descriptor.
|
Member Data Documentation
|
Result image encoding, String, "Base64Zip" "Base64Raw", "Base64ZipCompressed" or "Base64RawCompressed", optional.
|
|
Result image format, String, use predefined constants eImageBmp, eImageTiff, eImageGif, eImagePng or eImageJpeg, optional.
|
|
web service object (ScannerService), optional
|
|
Array of PlDialog objects, see addDialog.
|
|
Array of PlScannerClass objects, see addScannerClass.
|
|
Array of scanner messages (ScannerMessage), call addMessage or addMessages, optional.
|
|
|
The documentation for this class was generated from the following file: