ComPdfSettingsSetValue Method

Printer API Documentation
COM wrapper for SetValue(String, String).

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.
See Also

Reference