Set a value in the configuration.
Namespace:
pdf7.PdfWriter
Assembly:
pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
public void SetValue(
string configName,
string configValue
)
Public Sub SetValue (
configName As String,
configValue As String
)
public:
void SetValue(
String^ configName,
String^ configValue
)
Parameters
- configName
- Type: SystemString
Name of the configuration to set. - configValue
- Type: SystemString
Value of the configuration.
A call to this function can be used to change all the printer settings such as the output path.
Changing the output would look something like SetValue("output", "c:\myfile.pdf").
Reference