Predefined keys of this dictionary.
Inheritance Hierarchy
PdfEdit.PdfKeysBase
PdfEdit.Pdf.AdvancedPdfResourcesKeys
Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The PdfResourcesKeys type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfResourcesKeys | Initializes a new instance of the PdfResourcesKeys class |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| ColorSpace |
(Optional) A dictionary that maps each resource name to either the name of a
device-dependent color space or an array describing a color space.
| |
| ExtGState |
(Optional) A dictionary that maps resource names to graphics state
parameter dictionaries.
| |
| Font |
(Optional) A dictionary that maps resource names to font dictionaries.
| |
| Pattern |
(Optional) A dictionary that maps each resource name to either the name of a
device-dependent color space or an array describing a color space.
| |
| ProcSet |
(Optional) An array of predefined procedure set names.
| |
| Properties |
(Optional; PDF 1.2) A dictionary that maps resource names to property list
dictionaries for marked content.
| |
| Shading |
(Optional; PDF 1.3) A dictionary that maps resource names to shading dictionaries.
| |
| XObject |
(Optional) A dictionary that maps resource names to external objects.
|
See Also