Aspose::Pdf::Annotations::AppearanceDictionary::Add método
AppearanceDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) method
Agrega un par con clave y valor al diccionario.
void Aspose::Pdf::Annotations::AppearanceDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>> &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| elemento | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>& | Elemento que será añadido. |
Ver también
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
AppearanceDictionary::Add(const System::String&, const System::SharedPtr<XForm>&) method
Agregar formulario X para la clave especificada.
void Aspose::Pdf::Annotations::AppearanceDictionary::Add(const System::String &key, const System::SharedPtr<XForm> &value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | Clave del elemento. |
| value | const System::SharedPtr<XForm>& | XForm valor del objeto. |
Ver también
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++