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>&lt;META HTTP-Equiv="scanner" content="signatureImageWidth:[parameter]"&gt;</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>
&lt;META HTTP-Equiv="scanner" Content="signature:enabled"&gt;
&lt;META HTTP-Equiv="scanner" Content="signatureImageWidth:500"&gt;
&lt;META HTTP-Equiv="scanner" Content="barcodeDataFormat:binary;dataBufferSize:5000"&gt;
&lt;META HTTP-Equiv="scanner" Content="enabled"&gt;
				</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

Version Path
rhodes-7.6.0 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-7.5.1 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-7.4.1 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-7.1.17 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-6.2.0 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-6.0.11 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-5.5.18 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-5.5.17 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-5.5.15 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-5.5.0.22 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-5.5.2 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-5.5.0.7 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-5.5.0.3 neon/EMMLTags/XML/signatureImageWidth.xml
rhodes-5.5.0 neon/EMMLTags/XML/signatureImageWidth.xml