Read the existing runonce@printername.ini into memory.
Namespace:
pdf7.PdfWriterAssembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub LoadSettings |
| C# |
|---|
public void LoadSettings() |
| Visual C++ |
|---|
public: void LoadSettings() |
| JavaScript |
|---|
function loadSettings(); |
Remarks
If the configuration doesn't exist during the load an empty configuration will be the result.
This means that you don't have to know if a configuration exists before you try to load it.