Removes an existing settings file.

Namespace:  bioPDF.PdfWriter
Assembly:  bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)

Syntax

Visual Basic (Declaration)
Public Sub RemoveSettings ( _
	fileName As String _
)
C#
public void RemoveSettings(
	string fileName
)
Visual C++
public:
void RemoveSettings(
	String^ fileName
)
JavaScript
function removeSettings(fileName);

Parameters

fileName
Type: System..::.String
Indicates the file name of the settings file you want to remove.

Remarks

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

See Also