| XsPDF.Pdf Namespace |
| Class | Description | |
|---|---|---|
| FileIdentifier |
A File Identifier is described in section 8.3 of the PDF specification. The first string is a permanent identifier based on the contents of the file at the time it was originally created, and does not change as the file is incrementally updated. The second string is a changing identifier based on the file's contents the last time it was updated.
|
|
| FontLicenseException |
Thrown during creation of PDF font object if the font's license is violated, e.g. attempting to subset a font that does not permit subsetting.
|
|
| KeywordEntries | ||
| PdfAnnotList | ||
| PdfArray | ||
| PdfBoolean | ||
| PdfCatalog |
The root of a document's object hierarchy is the catalog dictionary.
|
|
| PdfCIDFont |
A dictionary that contains information about a CIDFont program.
|
|
| PdfCIDSystemInfo |
A dictionary containing entries that define the character collection of the CIDFont.
|
|
| PdfCMap |
Class that defines a mapping between character codes (CIDs) to a character selector (Identity-H encoding)
|
|
| PdfContentStream | ||
| PdfDate |
PDF defines a standard date format. The PDF date format closely follows the format defined by the international standard ASN.1.
|
|
| PdfDictionary | ||
| PdfDocument |
A class that enables a well structured PDF document to be generated.
|
|
| PdfFileSpec | ||
| PdfFileTrailer |
Class representing a file trailer.
|
|
| PdfFont | ||
| PdfFontDescriptor | ||
| PdfFontFile | ||
| PdfGoTo | ||
| PdfGoToRemote | ||
| PdfICCStream |
An International Color Code stream
|
|
| PdfIdentityHEncoding |
Represents a Identity-H character encoding
|
|
| PdfInfo |
Class representing a document information dictionary.
|
|
| PdfInternalLink | ||
| PdfLink | ||
| PdfName | ||
| PdfName Names |
Well-known PDF name objects.
|
|
| PdfNull | ||
| PdfNumeric | ||
| PdfObject | ||
| PdfObjectReference | ||
| PdfOutline |
This represents a single Outline object in a PDF, including the root Outlines object. Outlines provide the bookmark bar, usually rendered to the right of a PDF document in user agents such as Acrobat Reader
|
|
| PdfPage | ||
| PdfPageTree |
The pages of a document are accessed through a structure known as the page tree.
|
|
| PdfResources | ||
| PdfStream | ||
| PdfString | ||
| PdfTrueTypeFont | ||
| PdfType0Font |
A Type 0 font is a composite font whose glyphs are obtained from a font like object called a CIDFont (a descendant font).
|
|
| PdfType1Font | ||
| PdfUri | ||
| PdfVersion | ||
| PdfWArray |
Array class used to represent the /W entry in the CIDFont dictionary.
|
|
| PdfWriter | ||
| PdfXObject | ||
| XRefTable |
A PDF file's cross-reference table.
|
| Structure | Description | |
|---|---|---|
| PdfObjectId |
| Interface | Description | |
|---|---|---|
| IPdfAction |
| Enumeration | Description | |
|---|---|---|
| Keyword | ||
| PdfFontSubTypeEnum |
An enumeration listing all the font subtypes
|
|
| PdfFontTypeEnum |
An enumeration listing all the fonts types available in Pdf.
|
|
| PdfStringFormat |
The PDF specification describes two conventions that can be used to embed a string in a PDF document. This enumeration, along with the Format property can be used to select how a string will be formatted in the PDF file.
|