ExaminerResultsDocumentVersion Property |
Gets the document version advertised by the document. The resulting value is the maximum of the value
in the document header and the value in the document catalog. The value will always be for the form
major.minor. Currently major is always 1. Note many incorrect documents contain PDF features that are
beyond their advertised version.
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 double DocumentVersion { get; }
Public ReadOnly Property DocumentVersion As Double
Get
Property Value
Type:
Double
The document version.
See Also