Aspose::Pdf::DataEditor::CosPdfDictionary::Add método

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

Establece ICosPdfPrimitive en el diccionario.

void Aspose::Pdf::DataEditor::CosPdfDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>> &item) override
ParámetroTipoDescripción
elementoconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>&El par con una clave y un valor.

Ver también

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

Establece ICosPdfPrimitive en el diccionario.

void Aspose::Pdf::DataEditor::CosPdfDictionary::Add(const System::String &key, const System::SharedPtr<ICosPdfPrimitive> &value) override
ParámetroTipoDescripción
claveconst System::String&Clave.
valorconst System::SharedPtr<ICosPdfPrimitive>&Valor.

Ver también