Click or drag to resize
Pdftools logo

RoleMap Class

A dictionary that maps the names of structure types used in the document to their approximate equivalents in the set of standard structure types. Allowed values from the PDF standard are: Document, Part, Sect, Art, Div, H1, H2, H3, H4, H5, H6, P, L, LI, Lbl, LBody, Table, TR, TH, TD, THead, TBody, TFoot, Span, Quote, Note, Reference, Figure, Caption, Artifact, Form, Field, Link, Code, Annot, Ruby, Warichu, TOC, TOCI, Index and BibEntry.
Inheritance Hierarchy
SystemObject
  PdfTools.Toolbox.InternalNativeBase
    PdfTools.Toolbox.InternalNativeObject
      PdfTools.Toolbox.Pdf.StructureRoleMap

Namespace: PdfTools.Toolbox.Pdf.Structure
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
Syntax
C#
public class RoleMap : NativeObject, IDictionary<string, string>, 
	ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, 
	IEnumerable

The RoleMap type exposes the following members.

Properties
 NameDescription
Public propertyCount 
Public propertyIsReadOnly 
Public propertyItem 
Public propertyKeys 
Public propertyValues 
Top
Methods
 NameDescription
Public methodAdd 
Public methodContainsKey 
Public methodEquals
(Inherited from NativeObject)
Public methodGetEnumerator 
Public methodGetHashCode
(Inherited from NativeObject)
Public methodTryGetValue 
Top
See Also