| HTML | Configuration File | Values/ Default/ Description |
| < param name="polylinearrow" value="last"> | polylinearrow=last | "last","first" "first" Use this parameter to determine whether the arrow should be put at the first point or the last point on the polyline arrow redline object |
| < param name="redlinecolors" value="disable"> | redlinecolors=disable | "disable" None Use this parameter to hide the color selection in redline toolbar. Should use parameter "default_redline_color" to define redline color |
| < param name="default_redline_color" value="red"> | default_redline_color=red | "black","white","blue","yellow","red","gray","dark gray","light gray","green","magenta","orange","pink" "red" Use this parameter to determine set the default redline color when the color selection in the redline toolbar is hidden |
| < param name="local_help" value="http://www.xyz.com/viewer/help.html"> | local_help=http://www.xyz.com/viewer/help.html | URL to the help file or a call to a javascript function None Example: http://www.xyz.com/viewer/help.html or javascript:localhelp (this will execute the javascript localhelp() |
| < param name="on_layers" value="l1;l2;l3"> | on_layers=l1;l2;l3 | Layers l1,l2 and l3 will be displayed Display all layers Only display listed layers initally |
| < param name="off_layers" value="l1;l2;l3"> | off_layers=l1;l2;l3 | Layers l1,l2 and l3 will be hiden Display all layers Hide all layers on the list |
| < param name="water_mark" value="http://www.xyz.com"> | water_mark=http://www.xyz.com | http://www.xyz.com will be displayed on the screen as a watermark None The designed watermark |
| Deprecated< param name="loading_sign" value="Load drawing ..."> | loading_sign=Load drawing ... | "Load drawing ..." None The displayed message when drawing is loading |
| < param name="initial_view_name" value="Entired Building"> | initial_view_name=Entired Building | "Entired Building" named view will be diplayed when the drawing is loaded None The initial named view to be viewed. |
| Deprecated< param name="findview" value="Entired Building"> | findview=Entired Building | "Entired Building" named view will be diplayed when the drawing is loadedNoneDeprecated. Use "initial_view_name" |
| < param name="background_color" value="white"> | background_color=white | "white","black","blue","yellow","red" "black" Viewer background color. |
| < param name="defaultlanguage" value="english"> | defaultlanguage=english | "english","spanish","swedish",.... english The language used when drawing is loaded. |
| Not Available | language=thelanguage | thelanguage is any language that you want to be available None Add a language to the language list. |
| < param name="fillmode" value="off"> | fillmode=off | "off" None Turn fillmode off. |
| < param name="hideobjectsize" value="3"> | hideobjectsize=3 | The max size of the object in pixels None Do not draw objects that the size is smaller than the size defined in "hideobjectsize" parameter. |
| < param name="init_blackonwhite" value="enable"> | init_blackonwhite=enable | Display drawing black on white as the default None |
| < param name="userscale" value="48.0"> | userscale=48.0 | The modified scale None The measurement will be multiplied with this scale |
| < param name="forcechoiceoffont" value="SansSerif"> | forcechoiceoffont=SansSerif | Available fonts are: Dialog, SansSerif, Helvetica, DialogInput, Serif, Monospaced, TimesRoman, Courier and ZapfDingbats None Display this font to the drawing |
| < param name="zoomextents_onload" value="enable"> | zoomextents_onload=enable | Enable None Force automatic Zoom to Extents on load |
| < param name="debug" value="enable"> | debug=enable | "enable","disable" None "enable" will print out debug info to java console |
| < param name="target" value="_blank"> | target=_blank | "_blank","_self","_new" "_blank" To open a link in the drawing with a current browser window or new browser window |
| < param name="url_target" value="_blank"> | url_target=_blank | "_blank","_self","_new" "_blank" To open a link in the drawing with a current browser window or new browser window |
| < param name="redlinethickness" value="10"> | redlinethickness=10 | To set the line thickness for redline objects 1 If this parameter is not defined, the line thickness is assigned to 1 |
| < param name="watermarkcolor" value="red"> | watermarkcolor=red | "black","white","blue","yellow","red","gray","dark gray","light gray","green","magenta","orange","pink" "red" To set the color for the watermark text |
| < param name="watermarklocation" value="middle"> | watermarklocation=middle | "top","middle","bottom" "middle" To set the location for the watermark text |
| < param name="watermarksize" value="30"> | watermarksize=30 | Any integer value 30 To set the size for the watermark text |