Get the minimum PDF version required for the use of a particular named entry.
[C#] virtual PDFVersion GetEntryVersion(string entry) [Visual Basic] Overridable Function GetEntryVersion(entry As string) As PDFVersion
virtual PDFVersion GetEntryVersion(string entry)
Overridable Function GetEntryVersion(entry As string) As PDFVersion
This function should be overridden by classes which inherit from this.
They should provide return values for the entries specific to the new class.