Leadtools.Pdf Namespace > PDFDocument Class : DocumentProperties Property |
public PDFDocumentProperties DocumentProperties {get;}
'Declaration Public ReadOnly Property DocumentProperties As PDFDocumentProperties
'Usage Dim instance As PDFDocument Dim value As PDFDocumentProperties value = instance.DocumentProperties
public PDFDocumentProperties DocumentProperties {get;}
get_DocumentProperties();
public: property PDFDocumentProperties^ DocumentProperties { PDFDocumentProperties^ get(); }
The properties or metadata such as author, subject and keywords are automatically read from the PDF file when the PDFDocument is constructed.
To update the properties of a PDF file, use the PDFFile.SetDocumentProperties method.
For an example, refer to PDFDocument.
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