PdfPackage.AddValue

PdfPackage.AddValue method

Adds string property.

public override void AddValue(string key, string value)
ParameterTypeDescription
keyStringThe string representation of key that is identified with added value.
valueStringThe string value.

Exceptions

exceptioncondition
ArgumentNullExceptionkey;Pdf property could not be null

See Also