ExaminerResultsMetadata Property |
Gets the metadata associated with the PDF document from the DocumentInfo object within the file. This
value may be null.
Namespace:
Atalasoft.PdfDoc.Examiner
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic PdfDocumentMetadata Metadata { get; }Public ReadOnly Property Metadata As PdfDocumentMetadata
Get
Property Value
Type:
PdfDocumentMetadata
The metadata for the file
See Also