XImage.GetAlternativeText

XImage.GetAlternativeText method

Returns a list of strings with Alternative Text for an XImage.

public List<string> GetAlternativeText(Page page)
ParameterTypeDescription
pagePageThe page where XImage is located.

Return Value

List of strings with Alternative Text for an XImage.

See Also