PhotoshopPackage.AddValue

PhotoshopPackage.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;Photoshop property could not be null

See Also