Get the full file path of the settings file.

Namespace:  bioPDF.PdfWriter
Assembly:  bioPDF.PdfWriter (in bioPDF.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