PdfRectangleElementAccessibility Property

Accessibility metadata used when the host PdfDocument is tagged. The default structure type for a rectangle is Artifact, marking it as decorative graphic excluded from the structure tree. To make the rectangle semantic, set Accessibility.StructureType to a real role such as Figure and provide AlternateText

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfAccessibilityProperties Accessibility { get; }

Property Value

PdfAccessibilityProperties

See Also