Removes an existing settings file.
Namespace:
pdf7.PdfWriterAssembly: pdf7.PdfWriter (in pdf7.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.