Classes
| Class | Description | |
|---|---|---|
| PdfCatalog |
Represents the catalog dictionary.
| |
| PdfContent |
Represents the content of a page. PDFEdit supports only one content stream per page.
If an imported page has an array of content streams, the streams are concatenated to
one single stream.
| |
| PdfContents |
Represents an array of PDF content streams of a page.
| |
| PdfCrossReferenceTable |
Represents the cross-reference table of a PDF document.
It contains all indirect objects of a document.
| |
| PdfDictionaryWithContentStream |
Represents a base class for dictionaries with a content stream.
Implement IContentStream for use with a content writer.
| |
| PdfDictionaryWithContentStreamKeys |
Predefined keys of this dictionary.
| |
| PdfExtGState |
Represents an extended graphics state object.
| |
| PdfExtGStateTable |
Contains all used ExtGState objects of a document.
| |
| PdfFont |
Represents a PDF font.
| |
| PdfFontKeys |
Predefined keys common to all font dictionaries.
| |
| PdfFontDescriptor |
A PDF font descriptor specifies metrics and other attributes of a simple font,
as distinct from the metrics of individual glyphs.
| |
| PdfFontDescriptorKeys |
Predefined keys of this dictionary.
| |
| PdfFormXObject |
Represents an external form object (e.g. an imported page).
| |
| PdfFormXObjectKeys |
Predefined keys of this dictionary.
| |
| PdfGroupAttributes |
Represents a PDF group XObject.
| |
| PdfGroupAttributesKeys |
Predefined keys of this dictionary.
| |
| PdfImage |
Represents an image.
| |
| PdfImageKeys |
Common keys for all streams.
| |
| PdfInternals |
Provides access to the internal document data structures. This class prevents the public
interfaces from pollution with to much internal functions.
| |
| PdfObjectInternals |
Provides access to the internal PDF object data structures. This class prevents the public
interfaces from pollution with to much internal functions.
| |
| PdfObjectStream |
Represents an object stream that contains compressed objects.
PDF 1.5.
| |
| PdfObjectStreamKeys |
Predefined keys common to all font dictionaries.
| |
| PdfReference |
Represents an indirect reference to a PdfObject.
| |
| PdfResources |
Represents a PDF resource object.
| |
| PdfResourcesKeys |
Predefined keys of this dictionary.
| |
| PdfResourceTable |
Base class for FontTable, ImageTable, FormXObjectTable etc.
| |
| PdfShading |
Represents a shading dictionary.
| |
| PdfShadingPattern |
Represents a shading pattern dictionary.
| |
| PdfSoftMask |
Represents a PDF soft mask.
| |
| PdfSoftMaskKeys |
Predefined keys of this dictionary.
| |
| PdfTilingPattern |
Represents a tiling pattern dictionary.
| |
| PdfTransparencyGroupAttributes |
Represents a PDF transparency group XObject.
| |
| PdfTransparencyGroupAttributesKeys |
Predefined keys of this dictionary.
| |
| PdfXObject |
Base class for all PDF external objects.
| |
| PdfXObjectKeys |
Predefined keys of this dictionary.
|