Gets the properties or metadata of this PDF document.
public PDFDocumentProperties DocumentProperties { get; }
Public ReadOnly Property DocumentProperties As Leadtools.Pdf.PDFDocumentProperties
public PDFDocumentProperties getDocumentProperties()
public:
property Leadtools.Pdf.PDFDocumentProperties^ DocumentProperties {
Leadtools.Pdf.PDFDocumentProperties^ get();
}
A PDFDocumentProperties object that contains the properties or metadata of the PDF file associated with this PDFDocument. The default value is null.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET