24 PdfVersion GetBaseVersion()
const {
return m_BaseVersion; }
25 const PdfName& GetNamespace()
const {
return m_Namespace; }
26 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:18
const nullable< PdfString > & GetUrl() const
A URL that refers to the documentation for this extension (PDF2.0)
Definition PdfExtension.h:29
const nullable< PdfString > & GetExtensionRevision() const
An optional text string that provides additional revision information on the extension level being us...
Definition PdfExtension.h:33
This class represents a PdfName.
Definition PdfName.h:24
Convenient type for char array storage and/or buffer with std::string compatibility.
Definition basetypes.h:38
SPDX-FileCopyrightText: (C) 2022 Francesco Pretto ceztko@gmail.com SPDX-License-Identifier: LGPL-2....
Definition basetypes.h:16
PdfVersion
Enum to identify different versions of the PDF file format.
Definition PdfDeclarations.h:71