PdfSettingsRemoveSettings Method (Boolean)

Printer API Documentation
Removes an existing settings@printername.ini or runonce@printername.ini.

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public void RemoveSettings(
	bool isRunOnce
)

Parameters

isRunOnce
Type: SystemBoolean
Indicates if you are working on the runonce@printername.ini or settings@printername.ini file.
Remarks

If the file you are trying to delete doesn't exist, nothing will happen.
See Also

Reference