SetModuleWidth($modulewidth); // Set Quiet zone (this should rarely need changing from the default) $backend->SetQuietZone($quiet); if( $back == BACKEND_IMAGE ) { $backend->Stroke($data); } else { $str = $backend->Stroke($data); echo '
'.$str.'
'; } ?>