Set
Set(string, string)
Sets string property.
public override void Set(string name, string value)
| Parameter | Type | Description | 
|---|---|---|
| name | String | XMP metadata property name. | 
| value | String | XMP metadata property value. | 
See Also
- class XmpPagedTextPackage
- namespace GroupDocs.Metadata.Standards.Xmp.Schemes
- assembly GroupDocs.Metadata
Set(string, XmpArray)
Sets the value inherited from XmpArray .
public override void Set(string name, XmpArray value)
| Parameter | Type | Description | 
|---|---|---|
| name | String | XMP metadata property name. | 
| value | XmpArray | XMP metadata property value. | 
See Also
- class XmpArray
- class XmpPagedTextPackage
- namespace GroupDocs.Metadata.Standards.Xmp.Schemes
- assembly GroupDocs.Metadata