PdfAccessibilityProperties Class

Accessibility metadata controlling how an element is inserted into the structure tree of a tagged PDF

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public class PdfAccessibilityProperties
Inheritance
Object    PdfAccessibilityProperties

Constructors

PdfAccessibilityPropertiesInitializes a new instance of the PdfAccessibilityProperties class

Properties

ActualText Replacement text (PDF /ActualText) used by screen readers in place of the rendered content
AlternateText Alternate description (PDF /Alt) read by screen readers when the content cannot be reproduced. Required for Figure in PDF/UA
CustomRole Custom non-standard structure role registered in the document /RoleMap. Takes precedence over StructureType when set
CustomRoleMappedTo Standard structure type that CustomRole maps to in /RoleMap
Expansion Expansion text for an abbreviation or acronym (PDF /E)
Language Natural language tag (PDF /Lang) overriding the document language. Values follow BCP 47, such as "en-US"
StructureType PDF structure role for this element. Null means use the element-specific default
TitleShort title describing the element (PDF /T)

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also