DrawingAlternativeText Class
Represents an alternative, text-based representation of the information contained in tables, diagrams, images, and other drawings.
public sealed class DrawingAlternativeText
Public NotInheritable Class DrawingAlternativeText
- Inheritance:
- System.ObjectDrawingAlternativeText
Remarks
This information is useful for people with vision or cognitive impairments who may not be able to see or understand the drawing.
A Title can be read to a person with a disability and is used to determine whether they wish to hear the Description of the content.
Properties
Description
Gets or sets the alternative text for the current drawing, for use by assistive technologies or applications which do not display the current drawing.
Default value is System.String.Empty.
Property Value
- System.String
The alternative text for the current drawing.
Title
Gets or sets the title (caption) of the current drawing.
Default value is System.String.Empty.
Property Value
- System.String
The title (caption) of the current drawing.
Methods
ToString()
Returns a System.String that represents this DrawingAlternativeText instance.
Returns
- System.String
A System.String that represents this DrawingAlternativeText instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).