Aspose::Pdf::DocumentInfo::Add method

DocumentInfo::Add method

Adds an element with the specified key and value into the collection.

void Aspose::Pdf::DocumentInfo::Add(const System::String &key, const System::String &value) override
ParameterTypeDescription
keyconst System::String&The key of the element to add.
valueconst System::String&The value of the element to add. The value can be null.

See Also