PdfDictionarySetValue Method (String, String, Boolean)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the value for the specified key.

Namespace:  Apitron.PDF.Objects
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetValue(
	string key,
	string value,
	bool isName = true
)

Parameters

key
Type: SystemString
The key.
value
Type: SystemString
The value.
isName (Optional)
Type: SystemBoolean
if set to true value is Name othervise String.
See Also

Reference