![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > 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 getDocumentProperties()
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.