|
HiraokaHyperTools.iTextSharp-LGPL
0.3.0
|
Public Member Functions | |
| PdfDeveloperExtension (PdfName prefix, PdfName baseversion, int extensionLevel) | |
| PdfDictionary | GetDeveloperExtensions () |
Static Public Attributes | |
| static readonly PdfDeveloperExtension | ADOBE_1_7_EXTENSIONLEVEL3 |
Protected Attributes | |
| PdfName | prefix |
| PdfName | baseversion |
| int | extensionLevel |
Properties | |
| PdfName | Prefix [get] |
| PdfName | Baseversion [get] |
| int | ExtensionLevel [get] |
Beginning with BaseVersion 1.7, the extensions dictionary lets developers designate that a given document contains extensions to PDF. The presence of the extension dictionary in a document indicates that it may contain developer-specific PDF properties that extend a particular base version of the PDF specification. The extensions dictionary enables developers to identify their own extensions relative to a base version of PDF. Additionally, the convention identifies extension levels relative to that base version. The intent of this dictionary is to enable developers of PDF-producing applications to identify company-specific specifications (such as this one) that PDF-consuming applications use to interpret the extensions.
| iTextSharp.text.pdf.PdfDeveloperExtension.PdfDeveloperExtension | ( | PdfName | prefix, |
| PdfName | baseversion, | ||
| int | extensionLevel | ||
| ) |
Creates a PdfDeveloperExtension object.
| prefix | the prefix referring to the developer |
| baseversion | the number of the base version |
| extensionLevel | the extension level within the baseverion. |
| PdfDictionary iTextSharp.text.pdf.PdfDeveloperExtension.GetDeveloperExtensions | ( | ) |
Generations the developer extension dictionary corresponding with the prefix.
|
static |
An instance of this class for Adobe 1.7 Extension level 3.
|
protected |
The base version.
|
protected |
The extension level within the baseversion.
|
protected |
The prefix used in the Extensions dictionary added to the Catalog.
|
get |
Gets the baseversion name.
|
get |
Gets the extension level within the baseversion.