21 PdfVersion GetBaseVersion()
const {
return m_BaseVersion; }
22 const PdfName& GetNamespace()
const {
return m_Namespace; }
23 int64_t GetLevel()
const {
return m_Level; }
PdfExtension is a simple class that describes a vendor-specific extension to the official specificati...
Definition PdfExtension.h:15
const nullable< PdfString > & GetUrl() const
A URL that refers to the documentation for this extension (PDF2.0)
Definition PdfExtension.h:25
const nullable< PdfString > & GetExtensionRevision() const
An optional text string that provides additional revision information on the extension level being us...
Definition PdfExtension.h:28
This class represents a PdfName.
Definition PdfName.h:21
Convenient type for char array storage and/or buffer with std::string compatibility.
Definition basetypes.h:30
All classes, functions, types and enums of PoDoFo are members of these namespace.
Definition basetypes.h:13
PdfVersion
Enum to identify different versions of the PDF file format.
Definition PdfDeclarations.h:61