Click or drag to resize
Pdftools logo

ArchiveAlternateText Property

The alternate text describing the image

The alternate text provides a meaningful description of the images. For example, "This color image shows a small sailing boat at sunset". This information can be used to read the document to the visually impaired.

The list must contain a description for each page of the input image document. For the conversion of SinglePageDocument, a single description is sufficient. For MultiPageDocument, multiple descriptions may be required.

Alternate text is required for PDF/A level A conformance. It is not advisable to add "dummy" tagging solely for the purpose of achieving level A conformance. Instead, for scanned text documents, the Conversion Service can be used to recognize the characters in the documents (OCR) and tag the image with the recognized structure and text. For other types of images, such as photos, logos or graphics, alternate text descriptions should be written manually by a user.

Default: empty list


Namespace: PdfTools.Image2Pdf.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public StringList AlternateText { get; set; }

Property Value

StringList
Exceptions
ExceptionCondition
ArgumentNullException[set] if value is .
See Also