Skip to content

PDFRoleMap

Namespace: O2S.Components.PDF4NET.LogicalStructure

Defines a mapping between structure types (PDFStructureElement.Type property) used in the document and their approximate equivalents in the set of standard structure types (the constants in PDFStandardStructureTypes class).

public class PDFRoleMap

Inheritance ObjectPDFRoleMap

Constructors

PDFRoleMap()

Initializes a new PDFRoleMap object.

public PDFRoleMap()

Properties

Item

public string Item { get; set; }

Property Value

String


Keys

Gets the keys in the role map.

public String[] Keys { get; }

Property Value

String[]
An array of strings containing the keys in the role map.