|
PoDoFo 1.1.0
|
PdfExtension is a simple class that describes a vendor-specific extension to the official specifications. More...
#include <PdfExtension.h>
Public Member Functions | |
| PdfExtension (const PdfName &ns, int64_t level, PdfVersion baseVersion=PdfVersion::Unknown, nullable< const PdfString & > url={ }, nullable< const PdfString & > extensionRevision={ }) | |
| PdfVersion | GetBaseVersion () const |
| const PdfName & | GetNamespace () const |
| int64_t | GetLevel () const |
| const nullable< PdfString > & | GetUrl () const |
| A URL that refers to the documentation for this extension (PDF2.0) | |
| const nullable< PdfString > & | GetExtensionRevision () const |
| An optional text string that provides additional revision information on the extension level being used (PDF2.0) | |
PdfExtension is a simple class that describes a vendor-specific extension to the official specifications.