Table of Contents

Class PdfResources.Keys

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

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

string

ExtGState

(Optional) A dictionary that maps resource names to graphics state parameter dictionaries.

public const string ExtGState = "/ExtGState"

Field Value

string

Font

(Optional) A dictionary that maps resource names to font dictionaries.

public const string Font = "/Font"

Field Value

string

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

string

ProcSet

(Optional) An array of predefined procedure set names.

public const string ProcSet = "/ProcSet"

Field Value

string

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

string

Shading

(Optional; PDF 1.3) A dictionary that maps resource names to shading dictionaries.

public const string Shading = "/Shading"

Field Value

string

XObject

(Optional) A dictionary that maps resource names to external objects.

public const string XObject = "/XObject"

Field Value

string