Método Aspose::Pdf::DataEditor::DictionaryEditor::Add
DictionaryEditor::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>&) method
Establece ICosPdfPrimitive en el diccionario.
void Aspose::Pdf::DataEditor::DictionaryEditor::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>> &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| elemento | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>& | El par con una clave y un valor. |
Ver también
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class DictionaryEditor
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++
DictionaryEditor::Add(const System::String&, const System::SharedPtr<ICosPdfPrimitive>&) method
Establece ICosPdfPrimitive en el diccionario.
void Aspose::Pdf::DataEditor::DictionaryEditor::Add(const System::String &key, const System::SharedPtr<ICosPdfPrimitive> &value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | Clave. |
| valor | const System::SharedPtr<ICosPdfPrimitive>& | Valor. |
Ver también
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class DictionaryEditor
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++