Class PdfResources.Keys
Predefined keys of this dictionary.
public sealed class PdfResources.Keys : KeysBase
- Inheritance
-
PdfResources.Keys
- Inherited Members
Constructors
Keys()
public Keys()
Fields
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.
public const string ColorSpace = "/ColorSpace"
Field Value
ExtGState
(Optional) A dictionary that maps resource names to graphics state parameter dictionaries.
public const string ExtGState = "/ExtGState"
Field Value
Font
(Optional) A dictionary that maps resource names to font dictionaries.
public const string Font = "/Font"
Field Value
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.
public const string Pattern = "/Pattern"
Field Value
ProcSet
(Optional) An array of predefined procedure set names.
public const string ProcSet = "/ProcSet"
Field Value
Properties
(Optional; PDF 1.2) A dictionary that maps resource names to property list dictionaries for marked content.
public const string Properties = "/Properties"
Field Value
Shading
(Optional; PDF 1.3) A dictionary that maps resource names to shading dictionaries.
public const string Shading = "/Shading"
Field Value
XObject
(Optional) A dictionary that maps resource names to external objects.
public const string XObject = "/XObject"