PDFView4NET WPF Edition
DocumentInformation Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : DocumentInformation Property
Gets or sets the document information.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute("")>
Public Property DocumentInformation As PDFDocumentInformation
'Usage
 
Dim instance As PDFDocument
Dim value As PDFDocumentInformation
 
instance.DocumentInformation = value
 
value = instance.DocumentInformation
[Browsable(false)]
[DefaultValue("")]
public PDFDocumentInformation DocumentInformation {get; set;}
[Browsable(false)]
[DefaultValue("")]
public: __property PDFDocumentInformation* get_DocumentInformation();
public: __property void set_DocumentInformation( 
   PDFDocumentInformation* value
);
[Browsable(false)]
[DefaultValue("")]
public:
property PDFDocumentInformation^ DocumentInformation {
   PDFDocumentInformation^ get();
   void set (    PDFDocumentInformation^ value);
}

Property Value

The document's 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