Removes an existing settings@printername.ini or runonce@printername.ini.
Namespace:
bioPDF.PdfWriter
Assembly:
bioPDF.PdfWriter (in bioPDF.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