PoDoFo 1.0.0-dev
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PoDoFo::PdfExtension Class Referencefinal

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 PdfNameGetNamespace () 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)
 

Detailed Description

PdfExtension is a simple class that describes a vendor-specific extension to the official specifications.


The documentation for this class was generated from the following files: