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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfDocumentMetadata Metadata { get; }
Public ReadOnly Property Metadata As PdfDocumentMetadata
Get
Property Value
Type:
PdfDocumentMetadata
The metadata for the file
See Also