XmpPackageSet Method (String, XmpValueBase) |
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic void Set(
string name,
XmpValueBase value
)
Public Sub Set (
name As String,
value As XmpValueBase
)
public:
void Set(
String^ name,
XmpValueBase^ value
)
member Set :
name : string *
value : XmpValueBase -> unit
Parameters
- name
- Type: SystemString
XMP metadata property name. - value
- Type: GroupDocs.Metadata.Standards.XmpXmpValueBase
XMP metadata property value.
See Also