Aspose::Pdf::DataEditor::CosPdfDictionary::Add metod

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

Sätt ICosPdfPrimitive till dictionary.

void Aspose::Pdf::DataEditor::CosPdfDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>> &item) override
ParameterTypBeskrivning
objektconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>&Paret med en nyckel och ett värde.

Se även

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

Sätt ICosPdfPrimitive till dictionary.

void Aspose::Pdf::DataEditor::CosPdfDictionary::Add(const System::String &key, const System::SharedPtr<ICosPdfPrimitive> &value) override
ParameterTypBeskrivning
nyckelconst System::String&Nyckel.
värdeconst System::SharedPtr<ICosPdfPrimitive>&Värde.

Se även