Set
Contents
 [
        
            Hide
        ]
    Set(string, string)
Sets string property.
public virtual void Set(string name, string value)
| Parameter | Type | Description | 
|---|---|---|
| name | String | XMP metadata property name. | 
| value | String | XMP metadata property value. | 
See Also
- class XmpPackage
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata
 
Set(string, XmpArray)
Sets the value inherited from XmpArray .
public virtual 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 XmpPackage
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata
 
Set(string, XmpComplexType)
Sets the value inherited from XmpComplexType .
public virtual void Set(string name, XmpComplexType value)
| Parameter | Type | Description | 
|---|---|---|
| name | String | XMP metadata property name. | 
| value | XmpComplexType | XMP metadata property value. | 
See Also
- class XmpComplexType
 - class XmpPackage
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata
 
Set(string, int)
Sets integer property.
public void Set(string name, int value)
| Parameter | Type | Description | 
|---|---|---|
| name | String | XMP metadata property name. | 
| value | Int32 | XMP metadata property value. | 
See Also
- class XmpPackage
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata
 
Set(string, bool)
Sets boolean property.
public void Set(string name, bool value)
| Parameter | Type | Description | 
|---|---|---|
| name | String | XMP metadata property name. | 
| value | Boolean | XMP metadata property value. | 
See Also
- class XmpPackage
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata
 
Set(string, DateTime)
Sets DateTime property.
public void Set(string name, DateTime value)
| Parameter | Type | Description | 
|---|---|---|
| name | String | XMP metadata property name. | 
| value | DateTime | XMP metadata property value. | 
See Also
- class XmpPackage
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata
 
Set(string, double)
Sets double property.
public void Set(string name, double value)
| Parameter | Type | Description | 
|---|---|---|
| name | String | XMP metadata property name. | 
| value | Double | XMP metadata property value. | 
See Also
- class XmpPackage
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata
 
Set(string, XmpValueBase)
Sets the value inherited from XmpValueBase .
public void Set(string name, XmpValueBase value)
| Parameter | Type | Description | 
|---|---|---|
| name | String | XMP metadata property name. | 
| value | XmpValueBase | XMP metadata property value. | 
See Also
- class XmpValueBase
 - class XmpPackage
 - namespace GroupDocs.Metadata.Standards.Xmp
 - assembly GroupDocs.Metadata