GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    DrawingAlternativeText Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents an alternative, text-based representation of the information contained in tables, diagrams, images, and other drawings.

    • C#
    • VB.NET
    public sealed class DrawingAlternativeText
    Public NotInheritable Class DrawingAlternativeText
    Inheritance:
    System.Object
    DrawingAlternativeText
    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.

    • C#
    • VB.NET
    public string Description { get; set; }
    Public Property Description As String
    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.

    • C#
    • VB.NET
    public string Title { get; set; }
    Public Property Title As String
    Property Value
    System.String

    The title (caption) of the current drawing.

    Methods

    ToString()

    Returns a System.String that represents this DrawingAlternativeText instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this DrawingAlternativeText instance.

    Overrides
    System.Object.ToString()
    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).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.