Copy test.dwg to C:\test.dwg

<PARAM NAME="ToolBarVisible" VALUE="False">
Show/Hide toolbox
Conditionals: boolean True, False

<PARAM NAME="LayoutsBarVisible" VALUE="False">
Switch to Show/Hide Toolbox with Layouts combobox
Conditionals: boolean True, False

<PARAM NAME="Color" VALUE="0">
Image parent control color
Conditionals: integer 0..16777215 of RGB pallete
Black = 0; 
...
Red = 255; (0xFF)
...
Green = 65280; (0xFF00)
...
Blue = 16711680; (0xFF0000)
...
White = 16777215; (0xFFFFFF)

<PARAM NAME="BackGroundColor" VALUE="0">
Image background color
Conditionals: integer 0..16777215 of RGB pallete

<PARAM NAME="DefaultColor" VALUE="0">
Image default color
Conditionals: integer 0..16777215 of RGB pallete

<PARAM NAME="IsWithoutBorder" VALUE="True">
Switch On/Off image boder
Conditionals: boolean True, False

<PARAM NAME="DrawMode" VALUE="0">
Image draw mode
Conditionals:
0 - Normal (Drawing uses default color and background image color);
1 - Black (Drawing uses default color and black background image color);
2 - Gray (Drawing uses gray default color and background image color).

<PARAM NAME="FileName" VALUE="fullpathnamefile">
Load image from file
Conditionals: full pathname of file or  <PARAM NAME="FileName" VALUE=""> -  for empty image

PARAM NAME="LayoutsCount" 
Count layouts of CAD file, readonly
Conditionals: integer

<PARAM NAME="LayoutIndex" VALUE="0">
Load  drawing layout by integer number VALUE
Conditionals: integer 0 ..  LayoutsCount - 1

