Functionbz_removesettings

Defined in: pbwbullzip

public subroutine bz_removesettings (long arg_isrunonce)

Comment:
 Remove actual printer settings. If you want to change settings onlyfor one operation use arg_isRunOnce= 1 ( will work on the runonce.ini file) else if you want to change the defalult printer settings you have to use arg_isRunOnce= 0 ( will work on the settings.ini file)


Script:
public subroutine bz_removesettings (long arg_isrunonce);/**/
///
///You have to call this function first


i_PBbullzip.removesettings(arg_isRunOnce)

end subroutine