PdfSettingsSetValue Method

Printer API Documentation
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)
Syntax

public void SetValue(
	string configName,
	string configValue
)

Parameters

configName
Type: SystemString
Name of the configuration to set.
configValue
Type: SystemString
Value of the configuration.
Remarks

A call to this function can be used to change all the printer settings such as the output path.
Examples

Changing the output would look something like SetValue("output", "c:\myfile.pdf").
See Also

Reference