Get the current value of a particular setting.

Namespace:  bioPDF.PdfWriter
Assembly:  bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)

Syntax

Visual Basic (Declaration)
Public Function GetValue ( _
	configName As String _
) As String
C#
public string GetValue(
	string configName
)
Visual C++
public:
String^ GetValue(
	String^ configName
)
JavaScript
function getValue(configName);

Parameters

configName
Type: System..::.String
Name of the configuration to get.

Return Value

The value of the setting.

See Also