Aspose::Pdf::DataEditor::CosPdfDictionary::Add метод

CosPdfDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>&) method

Установить ICosPdfPrimitive в словарь.

void Aspose::Pdf::DataEditor::CosPdfDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>> &item) override
ПараметрТипОписание
элементconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>&Пара с ключом и значением.

См. также

CosPdfDictionary::Add(const System::String&, const System::SharedPtr<ICosPdfPrimitive>&) method

Установить ICosPdfPrimitive в словарь.

void Aspose::Pdf::DataEditor::CosPdfDictionary::Add(const System::String &key, const System::SharedPtr<ICosPdfPrimitive> &value) override
ПараметрТипОписание
ключconst System::String&Ключ.
valueconst System::SharedPtr<ICosPdfPrimitive>&Значение.

См. также