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 ( _
	settingsFileType As PdfSettingsFileType, _
	documentName As String _
) As String
C#
public string GetSettingsFilePath(
	PdfSettingsFileType settingsFileType,
	string documentName
)
Visual C++
public:
String^ GetSettingsFilePath(
	PdfSettingsFileType settingsFileType, 
	String^ documentName
)
JavaScript
function getSettingsFilePath(settingsFileType, documentName);

Parameters

settingsFileType
Type: bioPDF.PdfWriter..::.PdfSettingsFileType
Type of settings file you want the path for.
documentName
Type: System..::.String
Name of document that this settings file must work with.

Return Value

Full path of settings file.

See Also