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