PdfSettingsLoadSettings Method (Boolean)

Printer API Documentation
Read the existing settings@printername.ini or runonce@printername.ini into memory.

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public void LoadSettings(
	bool isRunOnce
)

Parameters

isRunOnce
Type: SystemBoolean
Indicates if you are working on the runonce@printername.ini or settings@printername.ini file.
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.
See Also

Reference