Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocument.DocumentInformation.")]
public XmpMetadata XmpMetaData { get; }
<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocument.DocumentInformation.")> 
Public ReadOnly Property XmpMetaData As XmpMetadata
	Get
public:
[ObsoleteAttribute(L"This property may be removed in the future,please use the property of PdfDocument.DocumentInformation.")]
property XmpMetadata^ XmpMetaData {
	XmpMetadata^ get ();
}
[<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocument.DocumentInformation.")>]
member XmpMetaData : XmpMetadata with get

Property Value

XmpMetadata

See Also