Get the full file path of the settings file.
Namespace:
pdf7.PdfWriter
Assembly:
pdf7.PdfWriter (in pdf7.PdfWriter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetSettingsFilePath ( _
isRunOnce As Boolean _
) As String |
| C# |
|---|
public string GetSettingsFilePath(
bool isRunOnce
) |
| Visual C++ |
|---|
public:
String^ GetSettingsFilePath(
bool isRunOnce
) |
| JavaScript |
|---|
function getSettingsFilePath(isRunOnce); |
Parameters
- isRunOnce
- Type: System..::.Boolean
Indicates if you are working on the runonce or settings ini file.
See Also