PDFView4NET WPF Edition
XMPMetadata Property




O2S.Components.PDFView4NET Namespace > PDFXMPMetadata Class : XMPMetadata Property
Gets the raw XMP metadata as an XML string.
Syntax
'Declaration
 
Public Property XMPMetadata As String
'Usage
 
Dim instance As PDFXMPMetadata
Dim value As String
 
instance.XMPMetadata = value
 
value = instance.XMPMetadata
public string XMPMetadata {get; set;}
public: __property string* get_XMPMetadata();
public: __property void set_XMPMetadata( 
   string* value
);
public:
property String^ XMPMetadata {
   String^ get();
   void set (    String^ value);
}

Property Value

The raw XMP metadata stored in the PDF file.
Remarks
If the PDFDocument object has been created from a source PDF file, this property returns the XMP metadata included in the file, otherwise it returns an empty string.
If this property is set from user code, the new value is appended as it is to the XMP metadata generated by PDF4NET.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFXMPMetadata Class
PDFXMPMetadata Members