Many aspects of SwiftView can be controlled through its initialization file, known as the sview.ini or ini file. Almost any command from the Imaging Command Set (ICS) can be plugged in to this file. The file is located in the same directory as sview.exe (usually c:\program files (x86)\swiftview), and can be modified with a basic text editor such as Notepad or Notepad++.
Commands must be entered into the ini file using a specific format: ICSX=Command. Each command must appear in numerical order. Ex:
ICS0=set features standard
ICS1=set ldocinit “gui wintitle \”\$docname()\” | rotate 0 |scale default”
ICS2=set checktext disable
Any command entered out of numeric order or following a command out of numeric order will not be run.