Read an existing settings file into memory.
Namespace:
pdf7.PdfWriter
Assembly:
pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
public void LoadSettings(
string fileName
)
Public Sub LoadSettings (
fileName As String
)
public:
void LoadSettings(
String^ fileName
)
Parameters
- fileName
- Type: SystemString
Full file path of the settings file you want to read.
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.
Reference