XmpDocument.FromString(String) Method
Creates an XmpDocument object from the specified string.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public static XmpDocument FromString(
string xmlString
)
#Parameters
Name | Type | Description |
---|---|---|
xml |
String | A string to convert to an Xmp |
#Returns
Type | Description |
---|---|
Xmp |
An Xmp |