PDFView4NET WinForms Edition
Metadata Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : Metadata Property
Gets the XMP metadata for this PDFDocument object.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property Metadata As PDFXMPMetadata
'Usage
 
Dim instance As PDFDocument
Dim value As PDFXMPMetadata
 
instance.Metadata = value
 
value = instance.Metadata
[Browsable(false)]
public PDFXMPMetadata Metadata {get; set;}
[Browsable(false)]
public: __property PDFXMPMetadata* get_Metadata();
public: __property void set_Metadata( 
   PDFXMPMetadata* value
);
[Browsable(false)]
public:
property PDFXMPMetadata^ Metadata {
   PDFXMPMetadata^ get();
   void set (    PDFXMPMetadata^ value);
}

Property Value

A PDFXMPMetadata object specifying the XMP metadata.
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

PDFDocument Class
PDFDocument Members