Back to Devexpress

XmpDocument.CreateSimpleValue Method

officefileapi-devexpress-dot-pdf-dot-xmp-dot-xmpdocument-dot-createsimplevalue.md

latest1007 B
Original Source

XmpDocument.CreateSimpleValue Method

NameParametersDescription
CreateSimpleValue(XmpName, String, Boolean)name, value, isUriAdds a simple value node at the end of the packet.
CreateSimpleValue(XmpName, String)name, valueAdds a simple value node at the end of the packet.
CreateSimpleValue(String, String, Boolean)qualifiedName, value, isUriAdds a simple value node at the end of the packet.
CreateSimpleValue(String, String)qualifiedName, valueAdds a simple value node at the end of the packet.