Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Picture Class / AlternativeText Property

In This Topic
    AlternativeText Property (Picture)
    In This Topic
    Gets or sets the alternative text for the picture.

    This text can be used by assistive technologies or applications that do not display the actual picture.

    Syntax
    'Declaration
     
    Public Overrides Property AlternativeText As System.String
    public override System.string AlternativeText {get; set;}
    See Also