Sha256: 3bb51b26d11a27f05beda60b9f96a66ede3568d7f5c15bdfc2dbee731f30a774
Contents?: true
Size: 1.83 KB
Versions: 14
Compression:
Stored size: 1.83 KB
Contents
<?xml version = "1.0"?> <?xml-stylesheet type="text/xsl" href="pb_help.xsl"?> <HELPPAGE> <FUNC> <NAME>signatureImageWidth</NAME> <PATH>Barcode Scanner\Decoder and Parameter Tags\Signature</PATH> <TYPE>Decoder Setting</TYPE> <SYNOPSIS>is used to set the image width property of the signature decoder.</SYNOPSIS> <SYNTAX> <USAGE> <EXAMPLE><META HTTP-Equiv="scanner" content="signatureImageWidth:[parameter]"></EXAMPLE> </USAGE> </SYNTAX> <PARAMS_WITH_ATTRIBUTES> <PARAM> <NAME>signatureImageWidth</NAME> <VALUES>number</VALUES> <DESC>The width of the desired output image. The barcode will be returned as a Data URI object with a jpeg mime type, you should specify the barcodeDataFormat and dataBufferSize parameters accordingly.</DESC> <DEFAULT>Device specific</DEFAULT> <SCANNERTAG>TRUE</SCANNERTAG> </PARAM> </PARAMS_WITH_ATTRIBUTES> <EXAMPLES> <EXAMPLE> <DESC>The following example enables the scanner to specify the signatureImageWidth parameter</DESC> <CODE> <META HTTP-Equiv="scanner" Content="signature:enabled"> <META HTTP-Equiv="scanner" Content="signatureImageWidth:500"> <META HTTP-Equiv="scanner" Content="barcodeDataFormat:binary;dataBufferSize:5000"> <META HTTP-Equiv="scanner" Content="enabled"> </CODE> </EXAMPLE> </EXAMPLES> <ADDITIONAL> <PLATFORM>All supported devices except: Android devices.</PLATFORM> <APPLIES>Transient - Decoder settings are only guaranteed to persist until the Scanner is disabled</APPLIES> <REQ>Scanner and device that supports the Signature decoder.</REQ> <VER_INTRODUCED>2.1</VER_INTRODUCED> </ADDITIONAL> <SEEALSO> <TOPIC RELPATH ="../../">Scanner</TOPIC> <TOPIC RELPATH ="../">All_Decoders</TOPIC> </SEEALSO> </FUNC> </HELPPAGE>
Version data entries
14 entries across 14 versions & 1 rubygems