XmpMetadata.Add
Contenido
[
Ocultar
]Add(string, XmpValue)
Agrega valor a los metadatos.
public void Add(string key, XmpValue value)
Parámetro | Escribe | Descripción |
---|---|---|
key | String | La clave para agregar. |
value | XmpValue | Valor que se agregará. |
Ver también
- class XmpValue
- class XmpMetadata
- espacio de nombres Aspose.Page.EPS.XMP
- asamblea Aspose.Page
Add(string, object)
Agrega valor a los metadatos.
public void Add(string key, object value)
Parámetro | Escribe | Descripción |
---|---|---|
key | String | La clave para agregar. |
value | Object | Valor que se agregará. |
Ver también
- class XmpMetadata
- espacio de nombres Aspose.Page.EPS.XMP
- asamblea Aspose.Page
Add(KeyValuePair<string, XmpValue>)
Agrega par con clave y valor en el diccionario.
public void Add(KeyValuePair<string, XmpValue> item)
Parámetro | Escribe | Descripción |
---|---|---|
item | KeyValuePair`2 | Elemento a agregar. |
Ver también
- class XmpValue
- class XmpMetadata
- espacio de nombres Aspose.Page.EPS.XMP
- asamblea Aspose.Page