Removes an existing settings@printername.ini or runonce@printername.ini.
Namespace:
pdf7.PdfWriter
Assembly:
pdf7.PdfWriter (in pdf7.PdfWriter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub RemoveSettings ( _
isRunOnce As Boolean _
) |
| C# |
|---|
public void RemoveSettings(
bool isRunOnce
) |
| Visual C++ |
|---|
public:
void RemoveSettings(
bool isRunOnce
) |
| JavaScript |
|---|
function removeSettings(isRunOnce); |
Parameters
- isRunOnce
- Type: System..::.Boolean
Indicates if you are working on the runonce@printername.ini or settings@printername.ini file.
Remarks
See Also